discourse/app/assets/stylesheets/mobile/components/user-stream-item.scss
Mark VanLandingham 223e413a6c
DEV: Render glimmer notification items for user notification list (#24802)
This removes the widget notifications list and renders the glimmer user menu notification items instead.
2023-12-11 11:04:43 -06:00

13 lines
186 B
SCSS

// Mobile styles for "user-stream-item" component
.user-stream {
.name {
vertical-align: middle;
}
.group-member-info {
.name {
vertical-align: inherit;
}
}
}