mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update osd
This commit is contained in:
parent
31c441c6bf
commit
2499245b93
1 changed files with 5 additions and 5 deletions
|
@ -75,14 +75,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingInfo {
|
.nowPlayingInfo {
|
||||||
text-align: left;
|
text-align: center;
|
||||||
padding: 1.5em 1em 2em 3em;
|
padding: 1.5em 1em 2em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#videoPlayer .nowPlayingImage img {
|
#videoPlayer .nowPlayingImage img {
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
max-width: 100px;
|
max-width: 180px;
|
||||||
max-height: 200px;
|
max-height: 220px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#videoPlayer .nowPlayingTabs {
|
#videoPlayer .nowPlayingTabs {
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 80%;
|
width: 70%;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue