fix-extra-linebreak #9

Merged
david-swift merged 3 commits from Tortellini/duckling:fix-extra-linebreak into main 2025-08-26 12:23:55 +02:00
Showing only changes of commit c39a2fbe62 - Show all commits

View File

@ -73,7 +73,6 @@
display: inline-block; display: inline-block;
position: relative; position: relative;
transform: translateX(-0.25rem); transform: translateX(-0.25rem);
top: 0.1rem;
opacity: 0; opacity: 0;
david-swift marked this conversation as resolved Outdated

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?

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?
mask-image: var(--icon-right); mask-image: var(--icon-right);
transition: var(--transition); transition: var(--transition);