[Editor] Use the same height as in the svg for icons for the alt-text button

This commit is contained in:
Calixte Denizet 2023-09-18 19:07:36 +02:00
parent c8727d9c70
commit 60ccce5cb1

View File

@ -514,12 +514,11 @@
&::before {
content: "";
mask-image: var(--alt-text-add-image);
mask-size: cover;
mask-repeat: no-repeat;
mask-position: center;
display: inline-block;
width: 12px;
height: 12px;
height: 13px;
background-color: var(--alt-text-fg-color);
margin-inline-end: 4px;
}