Add notification card min width foundation token

This commit is contained in:
2026-06-02 19:44:54 +02:00
parent 9267b2fb70
commit c370bd3836
3 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -170,8 +170,9 @@
--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-card-flex-basis: calc(var(--layout-object-card-min-width) + 50px);
--layout-notifications-card-min-width: calc(var(--layout-object-card-min-width) + 50px);
--dimension-notifications-card-min-width: 445px;
--layout-notifications-card-flex-basis: var(--dimension-notifications-card-min-width);
--layout-notifications-card-min-width: var(--dimension-notifications-card-min-width);
--layout-notifications-card-max-width: var(--layout-object-card-max-width);
--dimension-notifications-text-segment-fixed-height: 150px;
--dimension-notifications-text-segment-fixed-height-small: 60px;