mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Fix filter dialog size for TV
This commit is contained in:
parent
dbeff55a12
commit
faa6d8e62a
@ -28,8 +28,8 @@
|
|||||||
|
|
||||||
@media all and (min-width:400px) {
|
@media all and (min-width:400px) {
|
||||||
.dynamicFilterDialog {
|
.dynamicFilterDialog {
|
||||||
width: 300px;
|
width: 20.16em;
|
||||||
margin-left: -150px !important;
|
margin-left: -10.08em !important;
|
||||||
left: 50% !important
|
left: 50% !important
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user