From 38659e501e6a491fd50dc532c04c0923da5dee20 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 21 Sep 2025 10:57:41 +0300 Subject: [PATCH] style(next)/ribbon: tweak the editability dropdown --- apps/client/src/stylesheets/theme-next/ribbon.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next/ribbon.css b/apps/client/src/stylesheets/theme-next/ribbon.css index efc1952feb..c20ecb488a 100644 --- a/apps/client/src/stylesheets/theme-next/ribbon.css +++ b/apps/client/src/stylesheets/theme-next/ribbon.css @@ -94,18 +94,17 @@ div.promoted-attributes-container { /* Note type dropdown */ -div.note-type-dropdown .check { +ul.note-type-dropdown .check { margin-right: 6px; } +ul.note-type-dropdown li.dropdown-item { + --menu-item-icon-vert-offset: 0; +} + /* Editability dropdown */ -div.editability-dropdown a.dropdown-item { - padding: 4px 16px 4px 0; - align-items: start !important; -} - -.editability-dropdown .dropdown-item .check { +ul.editability-dropdown li.dropdown-item > div { margin-left: 4px; }