From 924bd4512bc10f3df297ac92ece0fceeb18d7edf Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 25 Dec 2025 02:00:18 +0200 Subject: [PATCH] style/options: tweak the padding of the page --- apps/client/src/stylesheets/theme-next/pages.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/pages.css b/apps/client/src/stylesheets/theme-next/pages.css index cf5bf0fe1..c9a34789b 100644 --- a/apps/client/src/stylesheets/theme-next/pages.css +++ b/apps/client/src/stylesheets/theme-next/pages.css @@ -172,6 +172,10 @@ height: 0; } +body.experimental-feature-new-layout .note-detail-content-widget-content.options { + padding-inline: 25px; +} + .options-section:not(.tn-no-card) { margin-bottom: calc(var(--options-title-offset) + 26px) !important; box-shadow: var(--card-box-shadow);