mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added cast icon to now playing bar to send current media to another client
This commit is contained in:
parent
1b1feb66cc
commit
d994150c28
14 changed files with 87 additions and 114 deletions
|
@ -99,4 +99,11 @@
|
|||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-tv:after {
|
||||
background-image: url("images/icons/tv.png");
|
||||
}
|
||||
.ui-icon-wireless:after {
|
||||
background-image: url("images/icons/wireless.png");
|
||||
}
|
||||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-wireless:after {
|
||||
background-image: url("images/icons/wireless.png");
|
||||
}
|
BIN
dashboard-ui/css/images/icons/wireless.png
Normal file
BIN
dashboard-ui/css/images/icons/wireless.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 345 B |
|
@ -102,10 +102,4 @@
|
|||
#remoteControlFlyout {
|
||||
width: 550px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 700px) {
|
||||
#remoteControlFlyout {
|
||||
width: 650px;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue