Chats: fix styling of autosuggest account in main pane

merge-requests/885/head
Alex Gleason 2021-11-21 12:43:56 -06:00
rodzic cde08c8556
commit 1ef843d425
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -26,11 +26,16 @@
.search--account {
border-top: 1px solid hsla(var(--primary-text-color_hsl), 0.2);
padding: 5px;
.autosuggest-textarea__suggestions {
top: auto;
bottom: 100%;
}
input.search__input {
border-radius: 6px;
}
}
&__header {