diff --git a/src/public/stylesheets/theme-next/pages.css b/src/public/stylesheets/theme-next/pages.css index 74c576b74..e5778d4ce 100644 --- a/src/public/stylesheets/theme-next/pages.css +++ b/src/public/stylesheets/theme-next/pages.css @@ -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; }