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