diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-02-26 10:15:09 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-02-26 10:15:09 +0000 |
| commit | a7a69d08a7db73dce3b32506d9453a21c3bab088 (patch) | |
| tree | 44aaf9d52fb08858b33459c806e0f2349129c227 /src | |
| parent | dd9e18fd34bbec2c4ab8af53cb1f4da5812fa271 (diff) | |
| parent | 2e7529cf50d43f7746bb630a525cf9982411c74e (diff) | |
Merge branch 'fix/chat-unread-badge' into 'develop'
fix chat unread badge
See merge request pleroma/pleroma-fe!1359
Diffstat (limited to 'src')
| -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 { |
