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
commit 54e63839db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -532,7 +532,7 @@ article[data-vim-selected].category-social {
#suggestions {
.wrapper {
display: flex;
flex-flow: row wrap;
flex-flow: column;
justify-content: flex-end;
form {
@ -552,6 +552,10 @@ article[data-vim-selected].category-social {
background: transparent;
color: var(--color-result-search-url-font);
cursor: pointer;
width: calc(100%);
text-overflow: ellipsis;
overflow: hidden;
text-align: left;
}
input[type="submit"],