mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update video osd
This commit is contained in:
parent
0444d44461
commit
28bb4ffd62
6 changed files with 49 additions and 29 deletions
|
@ -41,6 +41,23 @@
|
|||
background-repeat: no-repeat;
|
||||
border: 0;
|
||||
height: 20vh;
|
||||
min-width: 20vh;
|
||||
}
|
||||
|
||||
@media all and (orientation: portrait) {
|
||||
|
||||
.chapterThumb {
|
||||
height: 30vw;
|
||||
min-width: 30vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 800px) and (orientation: landscape) {
|
||||
|
||||
.chapterThumb {
|
||||
height: 30vh;
|
||||
min-width: 30vh;
|
||||
}
|
||||
}
|
||||
|
||||
.chapterThumbTextContainer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue