Skip to content

Commit

Permalink
feat(mobile): further improve ui
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 11, 2018
1 parent 59e5a26 commit 3cb776d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app-src/scripts/main-header/_main-header-d.scss
Expand Up @@ -12,7 +12,7 @@ main-header {
}

@media(max-width: $layout-xs) {
margin: 0;
margin: 0 1px;
}
}
}
Expand All @@ -36,13 +36,15 @@ main-header {
}

md-menu {
.md-button,
button {
margin: 0;
min-width: 20px;
}
}

.md-toolbar-tools {
padding: 0;
padding: 0 0 0 8px;
}
}
}

0 comments on commit 3cb776d

Please sign in to comment.