mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: better user title on groups index page (mobile)
This commit is contained in:
@@ -491,6 +491,19 @@
|
||||
font-size: 1.714em;
|
||||
}
|
||||
}
|
||||
.group-member-info {
|
||||
.name {
|
||||
display: inline-block;
|
||||
margin-top: 5px;
|
||||
color: scale-color($primary, $lightness: 30%);
|
||||
vertical-align: inherit;
|
||||
}
|
||||
.title {
|
||||
display: inline-block;
|
||||
margin-top: 5px;
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.staff-counters {
|
||||
|
||||
Reference in New Issue
Block a user