You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Display the indicator even with one message in pinned message banner (#12946)
* Display the indicator even with one message * Update e2e tests
This commit is contained in:
@ -80,7 +80,7 @@
|
||||
grid-area: title;
|
||||
font: var(--cpd-font-body-sm-regular);
|
||||
color: var(--cpd-color-text-action-accent);
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
|
||||
.mx_PinnedMessageBanner_title_counter {
|
||||
font: var(--cpd-font-body-sm-semibold);
|
||||
@ -90,7 +90,7 @@
|
||||
.mx_PinnedMessageBanner_message {
|
||||
grid-area: message;
|
||||
font: var(--cpd-font-body-sm-regular);
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
@ -114,6 +114,10 @@
|
||||
height: 63px;
|
||||
|
||||
.mx_PinnedMessageBanner_content {
|
||||
grid-template: "pinIcon message" auto;
|
||||
grid-template: "indicators pinIcon message" auto;
|
||||
|
||||
.mx_PinnedMessageBanner_message {
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user