Replace inline notification toggle style with class-based state

This commit is contained in:
2026-05-28 11:18:55 +02:00
parent 2792ef6fb3
commit 5bdd228f7e
2 changed files with 10 additions and 5 deletions
@@ -64,6 +64,10 @@
width: 100%;
}
.sg-vsf-list-detail-page__notification-card.sg-vsf-list-detail-page__notification-card--hidden {
display: none;
}
.sg-vsf-list-detail-page__mobile-toggle {
display: none;
}