mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
decrease video size on mobile
This commit is contained in:
parent
d4ba64d07a
commit
7a05ffa614
@ -865,6 +865,12 @@ input[type="range"]::-ms-fill-upper {
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
.itemVideo:not(.fullscreenVideo) {
|
||||
width: 220px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 750px) {
|
||||
.positionSlider {
|
||||
width: 50px;
|
||||
|
Loading…
Reference in New Issue
Block a user