From: Danilo M. Date: Mon, 20 Apr 2026 20:35:43 +0000 (+0200) Subject: fix: correct Tailwind class in back-to-top button CSS (justify-center) X-Git-Tag: release_22042026-1342~53 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=fb00bf9e6bed3cebf72da8bf90df6c4b8b1e543e;p=danix.xyz-2.git fix: correct Tailwind class in back-to-top button CSS (justify-center) --- diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css index 667c57f..338a504 100644 --- a/themes/danix-xyz-hacker/assets/css/main.css +++ b/themes/danix-xyz-hacker/assets/css/main.css @@ -614,7 +614,7 @@ html.theme-light picture img[src="/images/default_thumbnail_dark.png"] { /* Back to top button */ .back-to-top { - @apply fixed bottom-6 right-6 z-40 w-11 h-11 rounded-full flex items-center justify-content-center; + @apply fixed bottom-6 right-6 z-40 w-11 h-11 rounded-full flex items-center justify-center; background: var(--accent); box-shadow: 0 0 12px rgba(var(--accent-rgb), 0.4); transition: background 200ms ease, box-shadow 200ms ease;