Increase notification card minimum width

This commit is contained in:
2026-06-02 19:42:40 +02:00
parent 09455ba49c
commit 9267b2fb70
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -170,8 +170,8 @@
--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: var(--layout-object-card-min-width);
--layout-notifications-card-min-width: var(--layout-object-card-min-width);
--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);
--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;