From d080c763f4e7de6a1fd13148f48927bcfc0c408e Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 5 Feb 2025 02:43:52 +0200 Subject: [PATCH] style(next): tweak note's menu icon alignment --- src/public/stylesheets/theme-next/shell.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index b355a04d2..e39771edb 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1659,6 +1659,10 @@ body .calendar-dropdown-widget .calendar-body a:hover { padding-left: 12px; } +.note-actions { + --menu-item-icon-vert-offset: -2.5px; +} + /* Promoted attributes */ .promoted-attribute-cell div.input-group { margin: 1px 0;