diff --git a/front/src/style/funkwhale.scss b/front/src/style/funkwhale.scss index ab2da1d26..5f809d3ff 100644 --- a/front/src/style/funkwhale.scss +++ b/front/src/style/funkwhale.scss @@ -7,6 +7,7 @@ html, body { font-family: $font-main; font-size: 16px; + margin: 0; } .has-background-light { diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue index 4d73f4e7d..ef3685954 100644 --- a/front/src/ui/components/Sidebar.vue +++ b/front/src/ui/components/Sidebar.vue @@ -191,18 +191,18 @@ const isOpen = ref(false)