Fix filter dialog size for TV

This commit is contained in:
Dmitry Lyzo 2020-01-16 14:58:07 +03:00
parent dbeff55a12
commit faa6d8e62a

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