use responsive gaps between note toolbar items
This commit is contained in:
parent
dc35731589
commit
4d024d1165
8 changed files with 27 additions and 151 deletions
|
|
@ -428,6 +428,14 @@ rt {
|
|||
gap: var(--MI-margin);
|
||||
}
|
||||
|
||||
/**
|
||||
* Use with _gaps, _gaps_m, or _gaps_s.
|
||||
* Place the other class *first*!
|
||||
*/
|
||||
._h_gaps {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
._buttons {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue