1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #701 from dmitrylyzo/filterdialog_size

Fix filter dialog size for TV
This commit is contained in:
dkanada 2020-01-19 21:45:35 +09:00 committed by GitHub
commit 51786e8c84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
} }
} }