From 1b238a98de5848c0bacdae5f9cf3d3f7284cd736 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 21 Sep 2025 10:59:00 +0300 Subject: [PATCH] style(next)/ribbon/note map: fix the padding of the "fix nodes" button --- apps/client/src/stylesheets/theme-next/pages.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/pages.css b/apps/client/src/stylesheets/theme-next/pages.css index 11da67ea2..b15801f71 100644 --- a/apps/client/src/stylesheets/theme-next/pages.css +++ b/apps/client/src/stylesheets/theme-next/pages.css @@ -109,7 +109,8 @@ * NOTE MAP */ -.note-detail-note-map .fixnodes-type-switcher .tn-tool-button { +.note-detail-note-map .fixnodes-type-switcher .tn-tool-button, +.note-map-widget .fixnodes-type-switcher .tn-tool-button { padding: unset; }