mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
style(next)/options: add a gap between consecutive buttons
This commit is contained in:
parent
4cb866c0e6
commit
7202afab8e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user