mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-13 16:32:10 +02:00
Improve redacted body look
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
bc7a8f8406
commit
fca5125c5b
@ -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 {
|
||||
|
@ -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 = "#";
|
||||
|
Loading…
x
Reference in New Issue
Block a user