Fix header style when there are too much starred boards

Fixes #237
This commit is contained in:
Maxime Quandalle 2015-09-06 23:08:49 +02:00
parent 74fba0a817
commit 76004e407c
2 changed files with 14 additions and 4 deletions

View file

@ -21,9 +21,9 @@ template(name="header")
else
li.current {{_ 'quick-access-description'}}
li
a.js-create-board
i.fa.fa-plus(title="Create a new board")
a#header-new-board-icon.js-create-board
i.fa.fa-plus(title="Create a new board")
+headerUserBar

View file

@ -13,6 +13,7 @@
display: flex
#header-user-bar,
#header-new-board-icon,
ul li
color: darken(white, 17%)
@ -23,9 +24,9 @@
color: white
ul
flex: 1
transition: opacity 0.2s
margin: 4px 0 0 5px
overflow: hidden
li
display: block
@ -43,6 +44,10 @@
a.js-create-board
margin-left: 5px
#header-user-bar,
#header-new-board-icon
flex-shrink: 0
#header-user-bar
margin: 2px 0
@ -62,6 +67,11 @@
i.fa-chevron-down
margin-right: 4px
#header-new-board-icon
flex-grow: 1
margin: 6px 5px 0
width: 12px
#header-main-bar
height: 28px * 1.618034 - 6px
padding: 7px 10px 0