mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
18 lines
303 B
CSS
18 lines
303 B
CSS
.guideTabContent {
|
|
background: #121212;
|
|
}
|
|
|
|
.chkAdvanced {
|
|
margin-left: auto;
|
|
}
|
|
|
|
/* Allow vertical space for anything that slides up at the bottom */
|
|
.guideVerticalScroller {
|
|
padding-bottom: 160px;
|
|
}
|
|
|
|
.tvGuideHeader.headroom--unpinned {
|
|
-webkit-transform: none;
|
|
transform: none;
|
|
}
|