Fixes issue where there was an extra linebreak on article list elements until you hover over it once.

This commit is contained in:
Akhil Manthina 2025-08-24 21:22:31 -07:00
parent 034379e200
commit fb515153e3

View File

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