mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: improved layout of flag handling UI on mobile
This commit is contained in:
parent
6729f032b0
commit
f8584e28d7
3 changed files with 65 additions and 27 deletions
|
@ -193,6 +193,11 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.flex-center-align {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.unread-private-messages {
|
||||
color: $secondary;
|
||||
background: $success;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue