From d9f1ab0d1ad9963f562b663dc3dac00a030a76d1 Mon Sep 17 00:00:00 2001 From: Christopher <39032787+MrRobotjs@users.noreply.github.com> Date: Sun, 4 May 2025 20:50:53 -0600 Subject: [PATCH] changed nav-offset variable to match height of the nav nav-offset variable was 60px which made content more lower than needed to --- UI/Web/src/theme/themes/dark.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Web/src/theme/themes/dark.scss b/UI/Web/src/theme/themes/dark.scss index d06e4e4d0..a7e757361 100644 --- a/UI/Web/src/theme/themes/dark.scss +++ b/UI/Web/src/theme/themes/dark.scss @@ -88,7 +88,7 @@ --theme-color: #000000; --color-scheme: dark; --tile-color: var(--primary-color); - --nav-offset: 60px; + --nav-offset: 48px; --nav-mobile-offset: 55px; /* Should we render the series cover as background on mobile */