Fix post nav height

This commit is contained in:
daudix
2024-08-02 04:11:19 +03:00
parent 36afe3c69b
commit 900e2dae2b

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: 1rem 1rem 0.5rem; padding: 1rem;
width: 0; width: 0;
max-width: calc(50% - 0.125rem); max-width: calc(50% - 0.125rem);
text-decoration: none; text-decoration: none;
@ -58,6 +58,7 @@
transition: var(--transition); transition: var(--transition);
overflow: hidden; overflow: hidden;
color: var(--fg-color); color: var(--fg-color);
line-height: 1.25;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }