kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'fix-chat-autosuggest-input' into 'develop'
Chats: fix styling of autosuggest account in main pane See merge request soapbox-pub/soapbox-fe!885features-override
commit
dbf72550dc
|
@ -26,11 +26,16 @@
|
||||||
|
|
||||||
.search--account {
|
.search--account {
|
||||||
border-top: 1px solid hsla(var(--primary-text-color_hsl), 0.2);
|
border-top: 1px solid hsla(var(--primary-text-color_hsl), 0.2);
|
||||||
|
padding: 5px;
|
||||||
|
|
||||||
.autosuggest-textarea__suggestions {
|
.autosuggest-textarea__suggestions {
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 100%;
|
bottom: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input.search__input {
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__header {
|
&__header {
|
||||||
|
|
Ładowanie…
Reference in New Issue