Adjust notifications small height
This commit is contained in:
@@ -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