fix-extra-linebreak #9
@ -65,12 +65,15 @@
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
font-family: var(--font-system-ui);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&::after {
|
||||
-webkit-mask-image: var(--icon-right);
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
transform: translateX(-0.25rem);
|
||||
top: 0.1rem;
|
||||
|
david-swift marked this conversation as resolved
Outdated
|
||||
opacity: 0;
|
||||
mask-image: var(--icon-right);
|
||||
transition: var(--transition);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user
Hm, this misaligns the arrow for me on GNOME Web/Firefox (see the video attached, the first version is with this line, the second without). What browser are you experiencing the misalignment with?