Add mobile VSF meldungen tabs

This commit is contained in:
2026-06-03 15:50:57 +02:00
parent 9f104dccf3
commit b91188dd85
2 changed files with 245 additions and 4 deletions
+24 -4
View File
@@ -54,7 +54,31 @@
min-width: 0;
}
.sg-vsf-meldungen-mobile {
display: none;
}
.sg-vsf-meldungen-mobile__panels {
display: flex;
flex-direction: column;
gap: var(--spacing-small);
width: 100%;
}
.sg-vsf-meldungen-mobile__panel {
width: 100%;
}
@media (max-width: 767px) {
.sg-vsf-meldungen-layout {
display: none;
}
.sg-vsf-meldungen-mobile {
display: flex;
width: 100%;
}
.sg-notifications-pattern__card {
width: 100%;
min-width: 0;
@@ -62,10 +86,6 @@
flex: 1 1 auto;
}
.sg-vsf-meldungen-layout {
grid-template-columns: 1fr;
}
.sg-notifications-pattern__card > .sg-notifications-pattern__text-segment,
.sg-notifications-pattern__card > .sg-notifications-pattern__title-segment,
.sg-notifications-pattern__card > .sg-notifications-pattern__text-segment.sg-notifications-pattern__text-segment--small {