mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added remote control menu
This commit is contained in:
parent
757e0a9046
commit
c018f44379
12 changed files with 254 additions and 15 deletions
BIN
dashboard-ui/css/images/remote.png
Normal file
BIN
dashboard-ui/css/images/remote.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -484,7 +484,7 @@ a.itemTag:hover {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.viewMenuImageLink {
|
||||
.viewMenuImageLink:not(.remoteControlMenuLink) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -52,6 +52,10 @@
|
|||
height: 50px;
|
||||
}
|
||||
|
||||
.nowPlaying .ui-slider-track {
|
||||
margin-left: 15px!important;
|
||||
}
|
||||
|
||||
@media all and (max-width: 550px) {
|
||||
.nowPlayingCell + .nowPlayingCell {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue