mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +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) {
|
||||
#version {
|
||||
display: none;
|
||||
|
@ -2087,11 +2094,6 @@ th {
|
|||
.popup-inner {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
#commentQueryForms {
|
||||
display: initial;
|
||||
justify-content: initial;
|
||||
}
|
||||
}
|
||||
|
||||
.quality-selector {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue