From 52feb327b89079c760d825ab96d15e2cd17f9c77 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Fri, 11 Nov 2022 01:31:00 -0500 Subject: [PATCH] Fixed scaling issues --- CSS/css-scyfin/scyfin-theme.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CSS/css-scyfin/scyfin-theme.css b/CSS/css-scyfin/scyfin-theme.css index 00ce60a..3515751 100644 --- a/CSS/css-scyfin/scyfin-theme.css +++ b/CSS/css-scyfin/scyfin-theme.css @@ -178,4 +178,34 @@ html { border-radius: 15px !important; border-color: #3B3B3B !important; padding: 10px 35px !important; +} + + + +/* Fix for scaling issues */ +@media (width: 1600px) { + .headerRight { + margin-bottom: 0 !important; + } + .emby-button-foreground { + top: -4px !important; + } +} +@media (max-width: 1599px) { + .pageTitleWithLogo { + margin-left: 25px !important; + } + .headerTabs { + margin-top: -65px !important; + } + .headerRight { + margin-right: 15px !important; + } + .sectionTabs { + width: 11% !important; + align-self: center !important; + } + .emby-button-foreground { + top: -2px !important; + } } \ No newline at end of file