fix-extra-linebreak #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Tortellini/duckling:fix-extra-linebreak"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there,
I really love your more minimalist zola theme! This little bug bothered me though, but this should fix it. It can be seen here, where if you hover over the text "Release 0.1.1", the linebreak will disappear, and stay remain removed until the page is refreshed.
I also realigned the on hover arrow element to be in line with the text as well, but let me know if this isn't what you're looking for.
@ -71,3 +73,4 @@display: inline-block;position: relative;transform: translateX(-0.25rem);top: 0.1rem;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?
Thank you very much for this PR! I remember having seen the line break problem, even though I can't reproduce it right now, so thank you for the fix!
Ah I believe the misalignment might've been caused by font changes. I'll test it out when I'm able! I'm using the Orion browser on Webkit
Thank you very much for your contribution!