From a7a395c880b27ab34e529e0d933f3f906653f978 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 27 Apr 2021 20:00:17 +0300 Subject: [PATCH] Chat List: Add top padding --- src/styles/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_common.scss b/src/styles/_common.scss index 46daa7c90..67860c358 100644 --- a/src/styles/_common.scss +++ b/src/styles/_common.scss @@ -73,7 +73,7 @@ .chat-list { height: 100%; overflow-y: auto; - padding: 0 .125rem .5rem .4375rem; + padding: .5rem .125rem .5rem .4375rem; .scroll-container { position: relative;