mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Fix room list notification badges going missing in compact layout (#11022)
This commit is contained in:
parent
a9abf58ac3
commit
176daad49f
@ -1453,12 +1453,14 @@ $left-gutter: 64px;
|
|||||||
margin-bottom: $spacing-4; /* 1/4 of the non-compact margin-bottom */
|
margin-bottom: $spacing-4; /* 1/4 of the non-compact margin-bottom */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&[data-shape="ThreadsList"][data-notification]::before,
|
&[data-shape="ThreadsList"][data-notification]::before,
|
||||||
.mx_NotificationBadge {
|
.mx_NotificationBadge {
|
||||||
/* stylelint-disable-next-line declaration-colon-space-after */
|
/* stylelint-disable-next-line declaration-colon-space-after */
|
||||||
inset-block-start: calc($notification-inset-block-start - var(--MatrixChat_useCompactLayout_group-padding-top));
|
inset-block-start: calc(
|
||||||
|
$notification-inset-block-start - var(--MatrixChat_useCompactLayout_group-padding-top)
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user