From 12f16b9813e3df9516ae0b20152997e1be1c203e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 1 Jun 2026 17:18:39 +0200 Subject: [PATCH] Align Meldungen notification structure and logic with notifications pattern --- patterns/vsf-meldungen.html | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/patterns/vsf-meldungen.html b/patterns/vsf-meldungen.html index 457e553..12b3a55 100644 --- a/patterns/vsf-meldungen.html +++ b/patterns/vsf-meldungen.html @@ -148,8 +148,7 @@
-
-
+

Update-Hinweis mit hoher Priorität zur Illustration.

@@ -203,13 +202,11 @@
-
@@ -502,12 +498,6 @@ return; } - // Enforce equalized multi-row widths only for 2-column rows. - // For 3+ columns, keep native min/max card behavior. - if (firstRowCards.length !== 2) { - return; - } - const referenceWidth = referenceCard.getBoundingClientRect().width; grid.style.setProperty('--layout-object-card-shared-width', `${referenceWidth}px`); grid.classList.add('sg-notifications-pattern--multi-row');