style/options: tweak the padding of the page

This commit is contained in:
Adorian Doran 2025-12-25 02:00:18 +02:00
parent ecb8bc0158
commit 924bd4512b

View File

@ -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);