mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:16:08 +08:00
223e413a6c
This removes the widget notifications list and renders the glimmer user menu notification items instead.
13 lines
186 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|