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