toggle navibar visibility

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
Artem Anufrij
2017-06-09 18:58:45 +02:00
parent e7b095591a
commit ac39568ff6
4 changed files with 15 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ button.button-inline:hover {
color: #333333;
position: relative;
z-index: 120;
height: 44px;
min-height: 44px;
display: flex;
align-items: center;
font-size: 14pt;
@@ -154,6 +154,14 @@ button.button-inline:hover {
padding: 7px;
}
#app-navigation-toggle {
position: relative;
top: 0px;
width: 44px;
height: 44px;
cursor: pointer;
}
.board-header-controls {
margin-left: auto;
align-items: center;