Adjust notifications small height
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -33,6 +33,10 @@
|
||||
height: var(--layout-notifications-text-segment-fixed-height);
|
||||
}
|
||||
|
||||
.sg-notifications-pattern__card > .sg-notifications-pattern__text-segment.sg-notifications-pattern__text-segment--small {
|
||||
height: var(--layout-notifications-text-segment-fixed-height-small);
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.sg-notifications-pattern__card {
|
||||
width: 100%;
|
||||
@@ -41,7 +45,8 @@
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.sg-notifications-pattern__card > .sg-notifications-pattern__text-segment {
|
||||
.sg-notifications-pattern__card > .sg-notifications-pattern__text-segment,
|
||||
.sg-notifications-pattern__card > .sg-notifications-pattern__text-segment.sg-notifications-pattern__text-segment--small {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user