improve toolbar button touch target size

This commit is contained in:
Nolan Lawson 2018-01-16 09:04:36 -08:00
parent 4e48146fb5
commit 163f55875d
1 changed files with 1 additions and 2 deletions

View File

@ -157,12 +157,11 @@
.status-toolbar {
grid-area: status-toolbar;
display: flex;
margin: 5px 10px 5px 5px;
justify-content: space-between;
}
.status-toolbar button {
padding: 0;
padding: 6px 10px;
background: none;
border: none;
}