Adjust notifications text segment fixed height to 150px
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<tbody>
|
||||
<tr><td>layout-object-group-card-min-width</td><td>dimension-object-group-card-min-width</td><td>Mindestbreite der Karteninstanzen im Pattern Object Group Card.</td></tr>
|
||||
<tr><td>layout-object-group-card-max-width</td><td>dimension-object-group-card-max-width</td><td>Maximalbreite der Karteninstanzen im Pattern Object Group Card.</td></tr>
|
||||
<tr><td>layout-notifications-text-segment-fixed-height</td><td>200px</td><td>Fixe Desktop-Höhe des ersten Text-Segments im Pattern Notifications; auf Mobile wird die Höhe wieder auf auto gesetzt.</td></tr>
|
||||
<tr><td>layout-notifications-text-segment-fixed-height</td><td>150px</td><td>Fixe Desktop-Höhe des ersten Text-Segments im Pattern Notifications; auf Mobile wird die Höhe wieder auf auto gesetzt.</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user