From da137b3603d6255f87483f08017a686c1f25f54c Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 8 Jul 2024 07:23:54 +0300 Subject: [PATCH] Fix first post having long next button --- sass/_post-nav.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/_post-nav.scss b/sass/_post-nav.scss index 32f9815..c5cfba4 100644 --- a/sass/_post-nav.scss +++ b/sass/_post-nav.scss @@ -9,6 +9,7 @@ border-radius: var(--rounded-corner); padding: 1rem 1rem 0.5rem; width: 0; + max-width: calc(50% - 0.125rem); text-decoration: none; &:hover { @@ -67,6 +68,7 @@ .post-nav-item { width: 100%; + max-width: 100%; } } }