@@ -7,11 +7,11 @@ template(name="header")
if currentUser
#header-quick-access(class=currentBoard.colorClass)
if isMiniScreen
- ul
- li
- a(href="{{pathFor 'home'}}")
- span.fa.fa-home
+ span
+ a(href="{{pathFor 'home'}}")
+ span.fa.fa-home
+ ul
if currentList
each currentBoard.lists
li(class="{{#if $.Session.equals 'currentList' _id}}current{{/if}}")
@@ -205,9 +205,11 @@
padding: 12px 10px
margin: -10px 0px
- .fa-home
+ .fa-home
font-size: 26px
margin-top: -2px
+ margin-right: 5px
#header-new-board-icon
display: none