mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Fixed scaling issues
This commit is contained in:
parent
ca4e78c48a
commit
52feb327b8
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user