Chats: fix styling of autosuggest account in main pane
This commit is contained in:
parent
cde08c8556
commit
1ef843d425
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue