From 5be2d16931a1f5f6ea833a0646cb1b772026ea43 Mon Sep 17 00:00:00 2001 From: Butter Cat Date: Fri, 26 Jul 2024 15:26:47 -0400 Subject: [PATCH] Move search comments option before it starts touching the sort options and wrapping the x amount of comments text --- static/style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 {