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:
Bala Clark 2013-08-19 23:36:45 +02:00
parent 57e67301eb
commit 4db6ff3add

View file

@ -64,6 +64,10 @@ button, input, label {
padding: 0 12px;
}
.mobile .toolbar li > button {
padding: 0 9px;
}
.toolbar li > button:hover {
color: #8CC746;
}