diff options
| author | Eugenij <eugenijm@protonmail.com> | 2020-07-08 11:13:42 +0000 |
|---|---|---|
| committer | eugenijm <eugenijm@protonmail.com> | 2020-07-08 15:21:31 +0300 |
| commit | b756c83e8d275c0f9d210c15a319d36dca56d3c8 (patch) | |
| tree | d9cc7dd372428df00eeba0bb2afc7ab25c79ba38 | |
| parent | 3b2dfcaf5c402743a44eb315c519f1100d3f1006 (diff) | |
Apply suggestion to src/components/chat_list/chat_list.vue
| -rw-r--r-- | src/components/chat_list/chat_list.vue | 7 |
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 { |
