mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
UX: better user title on groups index page (mobile)
This commit is contained in:
parent
66bd1053cf
commit
90430eda62
3 changed files with 15 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue