From 79edf6a0a5afb47d81174a8ace8b128fc742bf9b Mon Sep 17 00:00:00 2001 From: upsiflu Date: Sun, 22 Dec 2024 21:25:29 +0100 Subject: [PATCH] fix(style): minor style corrections --- front/src/components/About.vue | 11 ++++++----- front/src/style/funkwhale.scss | 8 ++++++-- front/src/ui/components/Sidebar.vue | 10 ++++------ 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/front/src/components/About.vue b/front/src/components/About.vue index e98d0333e..d9825b57a 100644 --- a/front/src/components/About.vue +++ b/front/src/components/About.vue @@ -166,7 +166,7 @@ const federationEnabled = computed(() => {

@@ -220,14 +220,15 @@ const federationEnabled = computed(() => { + - + {{ t('components.About.link.learnMore') }} - - + + diff --git a/front/src/style/funkwhale.scss b/front/src/style/funkwhale.scss index e46c5c0c6..ab2da1d26 100644 --- a/front/src/style/funkwhale.scss +++ b/front/src/style/funkwhale.scss @@ -6,8 +6,7 @@ html, body { font-family: $font-main; - font-size: 16px !important; - // background-color: var(--fw-bg-color); + font-size: 16px; } .has-background-light { @@ -24,3 +23,8 @@ html, body { :root { --fw-border-radius: 8px; } + +:root{ + /* Do not show white background when scrolling past the end */ + overscroll-behavior: none; +} diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue index a4028b461..e081fe29a 100644 --- a/front/src/ui/components/Sidebar.vue +++ b/front/src/ui/components/Sidebar.vue @@ -166,7 +166,7 @@ const uploads = useUploadsStore()

{{ t('components.Sidebar.link.channels') }}

- + {{ t('components.Sidebar.link.about') }} @@ -186,15 +186,13 @@ const uploads = useUploadsStore()