mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
dlna fixes
This commit is contained in:
parent
ec163807cf
commit
99aed936db
7 changed files with 113 additions and 57 deletions
|
@ -2,18 +2,8 @@
|
|||
width: 250px;
|
||||
}
|
||||
|
||||
.searchPanel + .ui-panel-dismiss {
|
||||
right: 250px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
.searchPanel {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.searchPanel + .ui-panel-dismiss {
|
||||
right: 300px;
|
||||
}
|
||||
.searchPanelModelOpen {
|
||||
right: 250px!important;
|
||||
}
|
||||
|
||||
.searchHints {
|
||||
|
|
|
@ -953,6 +953,20 @@ progress {
|
|||
box-shadow: 0 0 20px 1px #38c;
|
||||
}
|
||||
|
||||
.sessionNowPlayingTime {
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
bottom: 15px;
|
||||
}
|
||||
|
||||
.sessionNowPlayingStreamInfo {
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
@media all and (max-width: 1000px) {
|
||||
|
||||
.activeSession {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue