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 { .status-toolbar {
grid-area: status-toolbar; grid-area: status-toolbar;
display: flex; display: flex;
margin: 5px 10px 5px 5px;
justify-content: space-between; justify-content: space-between;
} }
.status-toolbar button { .status-toolbar button {
padding: 0; padding: 6px 10px;
background: none; background: none;
border: none; border: none;
} }