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

This commit is contained in:
Adorian Doran 2025-03-20 22:22:39 +02:00
parent 4cb866c0e6
commit 7202afab8e

View File

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