Make notification title segment variable
This commit is contained in:
@@ -33,10 +33,6 @@
|
||||
height: var(--layout-notifications-text-segment-fixed-height);
|
||||
}
|
||||
|
||||
.sg-notifications-pattern__card > .sg-notifications-pattern__title-segment {
|
||||
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);
|
||||
}
|
||||
@@ -50,7 +46,6 @@
|
||||
}
|
||||
|
||||
.sg-notifications-pattern__card > .sg-notifications-pattern__text-segment,
|
||||
.sg-notifications-pattern__card > .sg-notifications-pattern__title-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