From 7202afab8e73564b4b3b30fdcffb0d57f5767aa6 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 20 Mar 2025 22:22:39 +0200 Subject: [PATCH] style(next)/options: add a gap between consecutive buttons --- src/public/stylesheets/theme-next/pages.css | 5 +++++ 1 file changed, 5 insertions(+) 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; }