diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-20 22:35:43 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-20 22:35:43 +0200 |
| commit | fb00bf9e6bed3cebf72da8bf90df6c4b8b1e543e (patch) | |
| tree | fa9f6cef879dc23e9c9ad0b3dd69eff757351a35 /themes | |
| parent | 04c1fc95723af91afd38f98792ed31a7f0c51f61 (diff) | |
| download | danixxyz-fb00bf9e6bed3cebf72da8bf90df6c4b8b1e543e.tar.gz danixxyz-fb00bf9e6bed3cebf72da8bf90df6c4b8b1e543e.zip | |
fix: correct Tailwind class in back-to-top button CSS (justify-center)
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/danix-xyz-hacker/assets/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
