add redact button

This commit is contained in:
Bruno Windels 2019-07-04 11:07:22 +02:00
parent 3f28f2e4a6
commit 375976575b
3 changed files with 24 additions and 1 deletions

View file

@ -42,5 +42,10 @@ limitations under the License.
.mx_EventTile_line, .mx_EventTile_content {
margin-right: 0px;
}
.mx_MessageActionBar .mx_AccessibleButton {
font-size: 10px;
padding: 0 8px;
}
}

View file

@ -30,9 +30,9 @@ limitations under the License.
z-index: 1;
> * {
white-space: nowrap;
display: inline-block;
position: relative;
width: 27px;
border: 1px solid $message-action-bar-border-color;
margin-left: -1px;
@ -55,6 +55,11 @@ limitations under the License.
}
}
.mx_MessageActionBar_maskButton {
width: 27px;
}
.mx_MessageActionBar_maskButton::after {
content: '';
position: absolute;