feat(layout/title): hide note badges while editing title

This commit is contained in:
Elian Doran
2025-12-13 10:57:34 +02:00
parent 330d71847b
commit 0b45fb6764

View File

@@ -46,6 +46,7 @@ body.experimental-feature-new-layout {
} }
} }
.note-title-widget:focus-within + .note-badges,
.breadcrumb-badge .text { .breadcrumb-badge .text {
display: none; display: none;
} }