Merge pull request #2088 from llmII/fix-suggestions

Fix #2083
This commit is contained in:
Markus Heiser
2023-01-08 18:53:32 +01:00
committed by GitHub
5 changed files with 9 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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"],