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) {
.dynamicFilterDialog {
width: 300px;
margin-left: -150px !important;
width: 20.16em;
margin-left: -10.08em !important;
left: 50% !important
}
}