diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-13 02:27:53 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-13 02:27:53 +0200 |
| commit | c16f1d4e35f2d885d2aa4e5f1ee51af9e95c6bdc (patch) | |
| tree | d45a4f69a839e4c04ffbb17c411dec6c3605ce42 /src/components/chat_list_item | |
| parent | bcc50844096b47c0656ed3338de222055a749fb1 (diff) | |
more fixes
Diffstat (limited to 'src/components/chat_list_item')
| -rw-r--r-- | src/components/chat_list_item/chat_list_item.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/chat_list_item/chat_list_item.scss b/src/components/chat_list_item/chat_list_item.scss index 3a84672b..af28e1c0 100644 --- a/src/components/chat_list_item/chat_list_item.scss +++ b/src/components/chat_list_item/chat_list_item.scss @@ -73,11 +73,6 @@ } } - .Avatar { - border-radius: $fallback--avatarAltRadius; - border-radius: var(--avatarAltRadius, $fallback--avatarAltRadius); - } - .chat-preview-body { --emoji-size: 1.4em; |
