From 1ef843d42587d2824c52dd7ff0f6c5bdbd0b5c32 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 21 Nov 2021 12:43:56 -0600 Subject: [PATCH] Chats: fix styling of autosuggest account in main pane --- app/styles/chats.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index ba324be24..8bc43bb4e 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -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 {