From ac89c2cb65a726fe4aa2e74201130b2b3a132214 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 30 Jan 2025 23:08:09 +0200 Subject: [PATCH] style(next): icon buttons: tweak the alignment of the "Create new split" button relative to the note's menu button --- src/public/stylesheets/theme-next/shell.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index d5a19af97..8fbf89573 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1645,6 +1645,11 @@ body .calendar-dropdown-widget .calendar-body a:hover { margin-left: 0; } +.title-row { + /* Aligns the "Create new split" button with the note menu button (the three dots button) */ + padding-right: 3px; +} + .note-title-widget input { --input-background-color: transparent;