From bea15c46e5f1cc06799c9ca9d270359b3391f798 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 16 Dec 2025 17:49:17 +0200 Subject: [PATCH] style/new layout: fix the title actions container wasting vertical space when empty --- apps/client/src/widgets/layout/NoteTitleActions.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/layout/NoteTitleActions.css b/apps/client/src/widgets/layout/NoteTitleActions.css index 80a7a98d1..7d025ef87 100644 --- a/apps/client/src/widgets/layout/NoteTitleActions.css +++ b/apps/client/src/widgets/layout/NoteTitleActions.css @@ -4,7 +4,7 @@ body.experimental-feature-new-layout { } .title-actions { - &.visible { + &.visible:not(:empty) { padding: 0.75em 15px; } }