Improve redacted body look

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

View file

@ -21,7 +21,7 @@ limitations under the License.
padding-bottom: 2px;
font-size: $font-14px;
position: relative;
line-height: 16px;
line-height: $font-16px;
}
.mx_ReplyTile > a {

View file

@ -112,7 +112,7 @@ export default class ReplyTile extends React.PureComponent<IProps> {
const EventTileType = sdk.getComponent(tileHandler);
const classes = classNames("mx_ReplyTile", {
mx_ReplyTile_info: isInfoMessage,
mx_ReplyTile_info: isInfoMessage && !this.props.mxEvent.isRedacted(),
});
let permalink = "#";