#240: burn-after-read readable box padding/indent consistency #242

Merged
fen merged 1 commits from fix-240 into dev 2026-09-10 23:38:10 +00:00
Showing only changes of commit c89d064eb8 - Show all commits
+4 -2
View File
@@ -440,8 +440,10 @@ td a.slug.paste-name { background: none; padding: 0; border-radius: 0; font-fami
/* submenu number boxes (#157): styled number inputs + unit selects, /* submenu number boxes (#157): styled number inputs + unit selects,
padded + indented to line up with parent option labels */ padded + indented to line up with parent option labels */
.submenu { .submenu {
margin: 6px 0 4px 8px; /* #240: indent the box under the parent option LABEL text (8px row padding
padding: 8px 10px; + 16px control + 8px gap = 32px), and match the row control padding rhythm */
margin: 4px 0 4px 32px;
padding: 6px 10px;
background: var(--bg); background: var(--bg);
border: 1px solid var(--border); border: 1px solid var(--border);
border-radius: var(--radius); border-radius: var(--radius);