Fixed scaling issues

This commit is contained in:
loof2736 2022-11-11 01:31:00 -05:00
parent ca4e78c48a
commit 52feb327b8

View File

@ -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;
}
}