mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
progress on channels api
This commit is contained in:
parent
fdda8549ba
commit
7a6bae9783
13 changed files with 152 additions and 41 deletions
|
@ -1106,6 +1106,27 @@ a.itemTag:hover {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.selectionCommands {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.itemSelectionPanel {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 55px;
|
||||
background-color: rgba(0, 0, 0, .85);
|
||||
z-index: 1000;
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.selectionCommandsControlGroup {
|
||||
display: inline-block;
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
||||
@media all and (min-height: 500px) {
|
||||
|
||||
.alphabetPicker {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue