Apply suggestion to src/components/chat_list/chat_list.vue

This commit is contained in:
Eugenij 2020-07-08 11:13:42 +00:00 committed by eugenijm
parent 3b2dfcaf5c
commit b756c83e8d

View file

@ -50,13 +50,6 @@
.chat-list {
min-height: 25em;
margin-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
&::after {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
}
.emtpy-chat-list-alert {