[Editor] Use the same height as in the svg for icons for the alt-text button
This commit is contained in:
parent
c8727d9c70
commit
60ccce5cb1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user