From 8910a692432ebf8d32948f08172fad943c70b78f Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 20 Apr 2026 14:35:53 +0200 Subject: fix: make prev-next navigation responsive on mobile Stack links vertically on narrow screens, removing max-width constraints to prevent text truncation. Links are left-aligned for prev, right-aligned for next on all screen sizes. Co-Authored-By: Claude Haiku 4.5 --- themes/danix-xyz-hacker/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/danix-xyz-hacker/assets/css/main.css') diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css index 163505f..7f86f08 100644 --- a/themes/danix-xyz-hacker/assets/css/main.css +++ b/themes/danix-xyz-hacker/assets/css/main.css @@ -586,7 +586,7 @@ html.theme-light picture img[src="/images/default_thumbnail_dark.png"] { } .article-nav-links { - @apply flex justify-between items-center font-mono text-sm; + @apply flex flex-col md:flex-row md:justify-between md:items-center gap-4 md:gap-0 font-mono text-sm; } .article-nav-link { -- cgit v1.2.3