Change ReplyIndicator implementation and markup to match upstream's

This commit is contained in:
Claire
2023-11-19 21:28:53 +01:00
parent d59196e170
commit 9ab1aa15e9
3 changed files with 40 additions and 19 deletions

View File

@@ -141,10 +141,6 @@
.reply-indicator__header {
margin-bottom: 5px;
overflow: hidden;
& > .account.small {
color: $inverted-text-color;
}
}
.reply-indicator__cancel {
@@ -152,6 +148,25 @@
line-height: 24px;
}
.reply-indicator__display-name {
color: $inverted-text-color;
display: block;
max-width: 100%;
line-height: 24px;
overflow: hidden;
text-decoration: none;
& > .display-name {
line-height: unset;
height: unset;
}
}
.reply-indicator__display-avatar {
float: left;
margin-inline-end: 5px;
}
.reply-indicator__content {
position: relative;
font-size: 14px;