mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-06 22:47:39 +03:00
Polish
This commit is contained in:
parent
7572fe5195
commit
a21e0c2d13
1 changed files with 5 additions and 1 deletions
|
@ -717,7 +717,7 @@ button.submit:hover > svg { stroke: var(--accent); }
|
||||||
align-items: unset;
|
align-items: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search {
|
.search_widget_divider_box > #search {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
|
@ -736,6 +736,10 @@ button.submit:hover > svg { stroke: var(--accent); }
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sort_options {
|
||||||
|
min-width: fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
.search_widget_divider_box > select:last-child {
|
.search_widget_divider_box > select:last-child {
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue