2
0
Fork 0
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:
Neil Lalonde 2017-05-24 15:52:18 -04:00
parent 6729f032b0
commit f8584e28d7
3 changed files with 65 additions and 27 deletions

View file

@ -193,6 +193,11 @@ body {
}
}
.flex-center-align {
display: flex;
align-items: center;
}
.unread-private-messages {
color: $secondary;
background: $success;