discourse/app/assets/stylesheets/mobile/components/user-stream-item.scss

19 lines
275 B
SCSS

// Mobile styles for "user-stream-item" component
.user-stream {
.name {
vertical-align: middle;
}
.notification {
&.unread {
background-color: var(--tertiary-low);
}
}
.group-member-info {
.name {
vertical-align: inherit;
}
}
}