mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
no padding on main body view
This commit is contained in:
parent
081e7a273b
commit
aeae12ff9d
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<main class="container-fluid h-100">
|
<main class="container-fluid h-100 container-main">
|
||||||
<BotAlerts />
|
<BotAlerts />
|
||||||
<router-view />
|
<router-view />
|
||||||
</main>
|
</main>
|
||||||
|
@ -14,3 +14,8 @@ import BotAlerts from '@/components/ftbot/BotAlerts.vue';
|
||||||
})
|
})
|
||||||
export default class Body extends Vue {}
|
export default class Body extends Vue {}
|
||||||
</script>
|
</script>
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.container-main {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user