From ecb8bc015811b1d65f203152738b082c0a05ce14 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 25 Dec 2025 01:50:28 +0200 Subject: [PATCH] style/note header: fix a background issue on code notes --- apps/client/src/stylesheets/theme-next/shell.css | 4 ---- apps/client/src/widgets/layout/InlineTitle.css | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index 35899cd9e..f3bc62000 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -1378,10 +1378,6 @@ body.experimental-feature-new-layout #center-pane .note-split > div.alert { margin-top: 0; } -body.experimental-feature-new-layout #center-pane .note-split > div.alert + .scrolling-container { - padding-top: 20px; -} - /* * Promoted attributes */ diff --git a/apps/client/src/widgets/layout/InlineTitle.css b/apps/client/src/widgets/layout/InlineTitle.css index 295bbd102..ff2bbd791 100644 --- a/apps/client/src/widgets/layout/InlineTitle.css +++ b/apps/client/src/widgets/layout/InlineTitle.css @@ -9,6 +9,7 @@ .inline-title { max-width: var(--max-content-width); container-type: inline-size; + padding-top: 20px; padding-inline-start: 24px; & > .inline-title-row {