tweak the message menu cancel icon size

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
pull/21833/head
Michael Weimann 2021-02-24 18:52:50 +01:00
parent 74f61795eb
commit 8f6904ec1b
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
1 changed files with 5 additions and 0 deletions

View File

@ -58,7 +58,12 @@ limitations under the License.
} }
.mx_MessageContextMenu_iconCancel::before { .mx_MessageContextMenu_iconCancel::before {
height: 12px;
left: 2px;
mask-image: url('$(res)/img/cancel.svg'); mask-image: url('$(res)/img/cancel.svg');
position: relative;
top: 2px;
width: 12px;
} }
.mx_MessageContextMenu_iconRedact::before { .mx_MessageContextMenu_iconRedact::before {