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
+6 -1
View File
@@ -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;
}
}