mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
Give toolbar items a bottom margin to separate the rows when they wrap
This commit is contained in:
parent
61c4ef40de
commit
d10383ea9d
1 changed files with 11 additions and 7 deletions
|
@ -56,7 +56,10 @@ body {
|
|||
background: var(--bg-color);
|
||||
}
|
||||
|
||||
.topbuts > * {
|
||||
.topbuts {
|
||||
margin-bottom: 2px;
|
||||
|
||||
& > * {
|
||||
margin: 0 1px;
|
||||
|
||||
&:first-child {
|
||||
|
@ -67,6 +70,7 @@ body {
|
|||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.topbut {
|
||||
width: 16px;
|
||||
|
|
Loading…
Reference in a new issue