From ccf032d0433a2a8ef1b97248d96c005275089910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 1 Jun 2026 16:48:25 +0200 Subject: [PATCH] Adjust notifications text segment fixed height to 150px --- semantic-tokens-components.html | 2 +- styles/01-foundations.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/semantic-tokens-components.html b/semantic-tokens-components.html index 5f56f57..7eba895 100644 --- a/semantic-tokens-components.html +++ b/semantic-tokens-components.html @@ -55,7 +55,7 @@ layout-object-group-card-min-widthdimension-object-group-card-min-widthMindestbreite der Karteninstanzen im Pattern Object Group Card. layout-object-group-card-max-widthdimension-object-group-card-max-widthMaximalbreite der Karteninstanzen im Pattern Object Group Card. - layout-notifications-text-segment-fixed-height200pxFixe Desktop-Höhe des ersten Text-Segments im Pattern Notifications; auf Mobile wird die Höhe wieder auf auto gesetzt. + layout-notifications-text-segment-fixed-height150pxFixe Desktop-Höhe des ersten Text-Segments im Pattern Notifications; auf Mobile wird die Höhe wieder auf auto gesetzt. diff --git a/styles/01-foundations.css b/styles/01-foundations.css index 222235c..592c1f1 100644 --- a/styles/01-foundations.css +++ b/styles/01-foundations.css @@ -170,7 +170,7 @@ --layout-object-card-mobile-width: var(--dimension-object-card-mobile-width); --layout-object-card-mobile-height: var(--dimension-object-card-mobile-height); --layout-object-card-desktop-breakpoint: var(--dimension-object-card-desktop-breakpoint); - --layout-notifications-text-segment-fixed-height: 200px; + --layout-notifications-text-segment-fixed-height: 150px; --layout-object-group-card-min-width: var(--dimension-object-group-card-min-width); --layout-object-group-card-max-width: var(--dimension-object-group-card-max-width); --surface-object-card-lower-segment: var(--color-white);