fix: remove left indent from title when no emoji icon present

This commit is contained in:
Test
2026-03-30 15:35:43 +02:00
parent 564ca50206
commit 81f986a065
2 changed files with 6 additions and 1 deletions

View File

@@ -194,6 +194,11 @@
margin-left: 8px;
}
/* No emoji: title aligns flush left (no indent for icon area) */
.title-section__row--no-icon {
margin-left: 0;
}
/* When emoji is present, restore top padding to the row itself */
.title-section__row:has(.note-icon-button--active) {
padding-top: 32px;