From 9ac7369df42f77958d2e4dd3b30d58c4f1d31c2b Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 6 Feb 2025 21:24:32 +0200 Subject: [PATCH] style(next): tweak the note type dropdown --- src/public/stylesheets/theme-next/ribbon.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/public/stylesheets/theme-next/ribbon.css b/src/public/stylesheets/theme-next/ribbon.css index bdd2c4c02..3094f3e12 100644 --- a/src/public/stylesheets/theme-next/ribbon.css +++ b/src/public/stylesheets/theme-next/ribbon.css @@ -2,6 +2,13 @@ * Basic properties */ +/* Note type dropdown */ + +div.note-type-dropdown .check { + margin-right: 4px; + font-weight: normal; +} + /* Editability dropdown */ div.editability-dropdown a.dropdown-item {