Line height in post nav

This commit is contained in:
daudix
2024-09-15 22:28:03 +03:00
parent c833bee9b6
commit 5e0cd9f6ef

View File

@ -7,7 +7,7 @@
flex: 1 1 0;
transition: var(--transition);
border-radius: var(--rounded-corner);
padding: 0.75rem 1rem;
padding: 1rem;
width: 0;
max-width: calc(50% - 0.125rem);
text-decoration: none;
@ -47,9 +47,10 @@
}
.nav-arrow {
margin-block-end: 0.5rem;
margin-block-end: 1rem;
color: var(--fg-muted-5);
font-weight: normal;
line-height: 1;
}
.post-title {
@ -59,6 +60,7 @@
color: var(--fg-color);
text-overflow: ellipsis;
white-space: nowrap;
line-height: 1;
}
}