diff --git a/freepost/static/stylus/freepost.styl b/freepost/static/stylus/freepost.styl index ab93142..b894a08 100755 --- a/freepost/static/stylus/freepost.styl +++ b/freepost/static/stylus/freepost.styl @@ -43,22 +43,17 @@ body @media only screen and (max-width: 800px) display grid grid-template-columns auto - text-align center > .title-large display none > .title-small display grid - grid-template-columns max-content auto - text-align center - - padding-bottom 1rem + grid-template-columns auto max-content @media only screen and (min-width: 800px) display grid grid-template-columns max-content auto - text-align center > .title-small display none @@ -73,7 +68,7 @@ body .menu border-bottom 2px dashed #aaa display none - padding-bottom 1rem + padding 1rem 0 /* This class is toggled when the burger icon is clicked */ &.visible @@ -85,22 +80,22 @@ body color #000 display block margin 0 - padding .5rem + padding .8rem 0 text-align left text-decoration none /* Highlight menu item of the current active page (Hot/New/Submit/...) */ > .active_page - background-color #f8f8f8 - border-right 4px solid black - font-weight bold + font-weight bold + text-decoration underline dotted + text-transform uppercase /* Highlight username if there are unread messages */ .new_messages background-color rgb(255, 175, 50) - border-radius 4px color #fff font-weight bold + padding-left 1rem @media only screen and (min-width: 800px) .burger-icon diff --git a/freepost/templates/layout.html b/freepost/templates/layout.html index 5775cbb..9a8e455 100644 --- a/freepost/templates/layout.html +++ b/freepost/templates/layout.html @@ -22,11 +22,7 @@
-
-
-
-
-
+ {% if topic %} {% endif %} + +
+
+
+
+