Fix redacted messages for the 100th #*&@*%^ time

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-13 13:18:01 +02:00
parent 8f831a89f6
commit 1bca5371d1
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -29,12 +29,13 @@ limitations under the License.
color: $primary-fg-color;
}
.mx_ReplyTile > .mx_RedactedBody {
padding: 18px;
.mx_ReplyTile .mx_RedactedBody {
padding: 4px 0 2px 20px;
&::before {
height: 13px;
width: 13px;
top: 5px;
}
}