fix(layout/title_bar): badges not collapsing

This commit is contained in:
Elian Doran
2025-12-13 14:51:58 +02:00
parent e296416a54
commit 3851a94400

View File

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