From c92d5230cfadef3e008d8e8fbcdf93692ae49a86 Mon Sep 17 00:00:00 2001 From: zPlus Date: Sun, 18 Nov 2018 15:21:55 +0100 Subject: [PATCH] Fix "username" alignment in the menubar when displaying count of new messages. --- freepost/static/stylus/freepost.styl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/freepost/static/stylus/freepost.styl b/freepost/static/stylus/freepost.styl index 5360cae9..644a2f34 100755 --- a/freepost/static/stylus/freepost.styl +++ b/freepost/static/stylus/freepost.styl @@ -68,7 +68,7 @@ body flex-wrap wrap justify-content flex-start align-content flex-start - align-items flex-start + align-items flex-end > .flex-item flex 0 1 auto @@ -88,6 +88,7 @@ body /* Highlight username if there are unread messages */ .new_messages background-color rgb(255, 175, 50) + border 0 border-radius 4px color #fff font-weight bold @@ -130,14 +131,16 @@ body .upvoted background-color #d1ffd5 border 1px dashed - border-radius .5rem border-color #00e313 + border-radius .5rem color #00a200 font-weight bolder .downvoted - background-color #fcc - border-radius 999rem + background-color #ffd9d9 + border 1px dashed + border-color #ff7171 + border-radius .5rem color #f00 font-weight bolder