mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update desktop video player osd
This commit is contained in:
parent
8f71cd9871
commit
f13e19c928
4 changed files with 18 additions and 5 deletions
|
@ -148,7 +148,7 @@
|
|||
}
|
||||
|
||||
.videoNowPlayingName {
|
||||
font-size: 22px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.videoNowPlayingOverview, .videoNowPlayingRating {
|
||||
|
@ -221,7 +221,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px), all and (max-height: 600px) {
|
||||
@media all and (max-width: 1400px), all and (max-height: 800px) {
|
||||
|
||||
#mediaPlayer .nowPlayingInfo {
|
||||
display: none !important;
|
||||
|
@ -252,7 +252,7 @@
|
|||
#videoPlayer .nowPlayingImage img {
|
||||
height: auto !important;
|
||||
max-width: 400px;
|
||||
max-height: 280px;
|
||||
max-height: 240px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue