Chat List: Add top padding

This commit is contained in:
Alexander Zinchuk 2021-04-27 20:00:17 +03:00
parent 92f6cadde5
commit a7a395c880

View File

@ -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;