diff --git a/static/style.css b/static/style.css index aa2343e..4dc10e9 100644 --- a/static/style.css +++ b/static/style.css @@ -1965,6 +1965,13 @@ th { } } +@media screen and (max-width: 600px) { + #commentQueryForms { + display: initial; + justify-content: initial; + } +} + @media screen and (max-width: 480px) { #version { display: none; @@ -2087,11 +2094,6 @@ th { .popup-inner { max-width: 80%; } - - #commentQueryForms { - display: initial; - justify-content: initial; - } } .quality-selector {