Fix redacted messages (again)

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-02 15:09:02 +02:00
parent 2308ed6c8e
commit e582b1559b
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 10 additions and 3 deletions

View file

@ -31,6 +31,15 @@ limitations under the License.
color: $primary-fg-color;
}
.mx_ReplyTile > .mx_RedactedBody {
padding: 18px;
&::before {
height: 13px;
width: 13px;
}
}
// We do reply size limiting with CSS to avoid duplicating the TextualBody component.
.mx_ReplyTile .mx_EventTile_content {
$reply-lines: 2;