a little less toolbar button padding on mobile
the toolbar overflows a little when in portrait mode on smaller phones.
This commit is contained in:
parent
57e67301eb
commit
4db6ff3add
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ button, input, label {
|
|||
padding: 0 12px;
|
||||
}
|
||||
|
||||
.mobile .toolbar li > button {
|
||||
padding: 0 9px;
|
||||
}
|
||||
|
||||
.toolbar li > button:hover {
|
||||
color: #8CC746;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue