mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-01-31 08:29:08 +01:00
fix chat unread badge
This commit is contained in:
parent
dd9e18fd34
commit
6fefa5a9c5
1 changed files with 3 additions and 3 deletions
|
@ -98,10 +98,10 @@
|
||||||
.unread-message-count {
|
.unread-message-count {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, 0);
|
|
||||||
border-radius: 100%;
|
|
||||||
margin-top: -1rem;
|
margin-top: -1rem;
|
||||||
padding: 0;
|
padding: 0.1em;
|
||||||
|
border-radius: 50px;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-loading-error {
|
.chat-loading-error {
|
||||||
|
|
Loading…
Reference in a new issue