diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-02-26 11:00:21 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-02-26 11:00:21 +0200 |
| commit | 6fefa5a9c5f95e5a72486c0bebbec0c198e412b6 (patch) | |
| tree | 1b445ec39ee9e36efa4fb1c21e56bd01aeb0bb69 | |
| parent | dd9e18fd34bbec2c4ab8af53cb1f4da5812fa271 (diff) | |
fix chat unread badge
| -rw-r--r-- | src/components/chat/chat.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss index aef58495..3a26686c 100644 --- a/src/components/chat/chat.scss +++ b/src/components/chat/chat.scss @@ -98,10 +98,10 @@ .unread-message-count { font-size: 0.8em; left: 50%; - transform: translate(-50%, 0); - border-radius: 100%; margin-top: -1rem; - padding: 0; + padding: 0.1em; + border-radius: 50px; + position: absolute; } .chat-loading-error { |
