mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 07:36:09 +08:00
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;
|
||
|
}
|
||
|
}
|
||
|
}
|