Adjust notifications small height

This commit is contained in:
2026-06-02 09:33:14 +02:00
parent 701b081232
commit 75a243a611
5 changed files with 64 additions and 3 deletions
+4 -1
View File
@@ -173,7 +173,10 @@
--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-max-width: var(--layout-object-card-max-width);
--layout-notifications-text-segment-fixed-height: 150px;
--dimension-notifications-text-segment-fixed-height: 150px;
--dimension-notifications-text-segment-fixed-height-small: 60px;
--layout-notifications-text-segment-fixed-height: var(--dimension-notifications-text-segment-fixed-height);
--layout-notifications-text-segment-fixed-height-small: var(--dimension-notifications-text-segment-fixed-height-small);
--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);