discourse/plugins/chat/assets/stylesheets/common/chat-thread-unread-indicator.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
282 B
SCSS
Raw Normal View History

.chat-thread-header-unread-indicator,
.chat-thread-list-item-unread-indicator {
@include chat-unread-indicator;
display: flex;
align-items: center;
justify-content: center;
width: auto;
height: auto;
padding: 0.21em 0.42em;
border-radius: 1em;
min-width: 0.6em;
}