aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/chat_list/chat_list.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/chat_list/chat_list.vue b/src/components/chat_list/chat_list.vue
index fa138f16..17e2f795 100644
--- a/src/components/chat_list/chat_list.vue
+++ b/src/components/chat_list/chat_list.vue
@@ -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 {