Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 63f1e4a

Browse files
committed
tweak the message menu cancel icon size
Signed-off-by: Michael Weimann <[email protected]>
1 parent 53a8367 commit 63f1e4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/css/views/context_menus/_MessageContextMenu.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@ limitations under the License.
5858
}
5959

6060
.mx_MessageContextMenu_iconCancel::before {
61+
height: 12px;
62+
left: 2px;
6163
mask-image: url('$(res)/img/cancel.svg');
64+
position: relative;
65+
top: 2px;
66+
width: 12px;
6267
}
6368

6469
.mx_MessageContextMenu_iconRedact::before {

0 commit comments

Comments
 (0)