mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
30 lines
393 B
CSS
30 lines
393 B
CSS
paper-fab.keyboard-focus.paper-fab-0 {
|
|
background: #444;
|
|
}
|
|
|
|
.channelHeaderCell {
|
|
display: block;
|
|
}
|
|
|
|
.guideChannelInfo {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.guideChannelImage {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 5px;
|
|
}
|
|
|
|
.actionSheet {
|
|
display: block !important;
|
|
}
|
|
|
|
.actionSheetContent {
|
|
display: block !important;
|
|
}
|
|
|
|
.actionSheetMenuItem {
|
|
display: block !important;
|
|
}
|