use responsive gaps between note toolbar items

This commit is contained in:
Hazelnoot 2025-06-04 14:51:49 -04:00
parent dc35731589
commit 4d024d1165
8 changed files with 27 additions and 151 deletions

View file

@ -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;