mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
commit
54e63839db
BIN
searx/static/themes/simple/css/searxng-rtl.min.css
vendored
BIN
searx/static/themes/simple/css/searxng-rtl.min.css
vendored
Binary file not shown.
Binary file not shown.
BIN
searx/static/themes/simple/css/searxng.min.css
vendored
BIN
searx/static/themes/simple/css/searxng.min.css
vendored
Binary file not shown.
Binary file not shown.
@ -532,7 +532,7 @@ article[data-vim-selected].category-social {
|
|||||||
#suggestions {
|
#suggestions {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: column;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|
||||||
form {
|
form {
|
||||||
@ -552,6 +552,10 @@ article[data-vim-selected].category-social {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
color: var(--color-result-search-url-font);
|
color: var(--color-result-search-url-font);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
width: calc(100%);
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
|
Loading…
Reference in New Issue
Block a user