style(next)/options: add a gap between consecutive buttons

pull/1481/head
Adorian Doran 2025-03-20 22:22:39 +07:00
parent 4cb866c0e6
commit 7202afab8e
1 changed files with 5 additions and 0 deletions

@ -140,6 +140,11 @@ div.note-detail-empty {
height: 1em;
}
/* Add a gap between consecutive buttons */
.note-detail-content-widget-content.options button.btn + button.btn {
margin-inline-start: 8px;
}
.note-detail-content-widget-content.options:has(.shortcuts-options-section)::after {
height: 0;
}