UX: Add Suspension Message to User Card

Add the suspension message to the user card of the user. This replaces the about me (bio) just like it does on their profile page.
https://meta.discourse.org/t/profile-page-on-mobile-selecting-menu-item-should-jump-to-the-selected-content/19896/2
This commit is contained in:
cpradio 2014-09-10 19:30:32 -04:00
parent 1ac7a8277d
commit 37ad1f96b5
1 changed files with 5 additions and 0 deletions

View File

@ -135,4 +135,9 @@
font-size: 13px;
}
}
.suspended {
color: $danger;
margin-bottom: 10px;
}
}