Fixes issue where there was an extra linebreak on article list elements until you hover over it once.
This commit is contained in:
parent
034379e200
commit
fb515153e3
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user