mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Cleaning up staff counters on user profiles
This commit is contained in:
@@ -181,21 +181,21 @@
|
||||
}
|
||||
|
||||
.staff-counters {
|
||||
text-align: left;
|
||||
background: $primary;
|
||||
|
||||
> div {
|
||||
color: $secondary;
|
||||
display: flex;
|
||||
padding: 10px;
|
||||
> div, > div a {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
flex: 0 1 auto;
|
||||
margin: 0 10px 0 0;
|
||||
display: inline-block;
|
||||
padding: 5px 0;
|
||||
&:first-of-type {
|
||||
padding-left: 10px;
|
||||
}
|
||||
span {
|
||||
padding: 1px 5px;
|
||||
padding: 1px 6px;
|
||||
border-radius: 10px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: $secondary;
|
||||
|
||||
Reference in New Issue
Block a user