mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Prevent overflow in Server Info, Episodes, Nav Bar and TV Network sections
This commit is contained in:
@@ -584,6 +584,7 @@ html {
|
|||||||
.localnav>.emby-button {
|
.localnav>.emby-button {
|
||||||
background: var(--lighterGradientPoint) !important;
|
background: var(--lighterGradientPoint) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
padding: .8em .8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div[data-role=controlgroup] a.ui-btn-active {
|
div[data-role=controlgroup] a.ui-btn-active {
|
||||||
@@ -626,6 +627,11 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.serverInfo>:nth-child(2n) {
|
||||||
|
-webkit-flex: 1 0 60%;
|
||||||
|
flex: 1 0 60%;
|
||||||
|
}
|
||||||
|
|
||||||
.listItemIcon:not(.listItemIcon-transparent) {
|
.listItemIcon:not(.listItemIcon-transparent) {
|
||||||
background-color: var(--lighterGradientPoint) !important;
|
background-color: var(--lighterGradientPoint) !important;
|
||||||
}
|
}
|
||||||
@@ -803,5 +809,5 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
|
|
||||||
.backdropCard,
|
.backdropCard,
|
||||||
.bannerCard {
|
.bannerCard {
|
||||||
width: 47%;
|
width: 46%;
|
||||||
}
|
}
|
Reference in New Issue
Block a user