Fix first post having long next button

This commit is contained in:
daudix
2024-07-08 07:23:54 +03:00
parent dc69ae295a
commit da137b3603

View File

@ -9,6 +9,7 @@
border-radius: var(--rounded-corner); border-radius: var(--rounded-corner);
padding: 1rem 1rem 0.5rem; padding: 1rem 1rem 0.5rem;
width: 0; width: 0;
max-width: calc(50% - 0.125rem);
text-decoration: none; text-decoration: none;
&:hover { &:hover {
@ -67,6 +68,7 @@
.post-nav-item { .post-nav-item {
width: 100%; width: 100%;
max-width: 100%;
} }
} }
} }