mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
Move search comments option before it starts touching the sort options and wrapping the x amount of comments text
This commit is contained in:
parent
799a2d316b
commit
5be2d16931
1 changed files with 7 additions and 5 deletions
|
@ -1965,6 +1965,13 @@ th {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
#commentQueryForms {
|
||||||
|
display: initial;
|
||||||
|
justify-content: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and (max-width: 480px) {
|
||||||
#version {
|
#version {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -2087,11 +2094,6 @@ th {
|
||||||
.popup-inner {
|
.popup-inner {
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#commentQueryForms {
|
|
||||||
display: initial;
|
|
||||||
justify-content: initial;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.quality-selector {
|
.quality-selector {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue