1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/css/livetv.css

18 lines
303 B
CSS
Raw Normal View History

2015-08-25 10:33:21 -04:00
.guideTabContent {
2016-04-26 14:28:04 -04:00
background: #121212;
2015-08-24 23:13:04 -04:00
}
2016-01-11 21:38:58 -05:00
.chkAdvanced {
margin-left: auto;
}
2016-04-26 14:28:04 -04:00
/* Allow vertical space for anything that slides up at the bottom */
.guideVerticalScroller {
padding-bottom: 160px;
}
2016-04-26 22:59:43 -04:00
.tvGuideHeader.headroom--unpinned {
-webkit-transform: none;
transform: none;
}