Give toolbar items a bottom margin to separate the rows when they wrap

This commit is contained in:
Henrik Giesel 2021-02-08 21:26:37 +01:00
parent 61c4ef40de
commit d10383ea9d

View file

@ -56,7 +56,10 @@ body {
background: var(--bg-color); background: var(--bg-color);
} }
.topbuts > * { .topbuts {
margin-bottom: 2px;
& > * {
margin: 0 1px; margin: 0 1px;
&:first-child { &:first-child {
@ -67,6 +70,7 @@ body {
margin-right: 0; margin-right: 0;
} }
} }
}
.topbut { .topbut {
width: 16px; width: 16px;