Skip to content
Snippets Groups Projects
Commit 6fefa5a9 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

fix chat unread badge

parent dd9e18fd
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment