Move search comments option before it starts touching the sort options and wrapping the x amount of comments text

This commit is contained in:
Butter Cat 2024-07-26 15:26:47 -04:00
parent 799a2d316b
commit 5be2d16931
No known key found for this signature in database
GPG key ID: FF37BE4FDDB74419

View file

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