tweak the message menu cancel icon size

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
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

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 {