From 465181ac5c5787a15192ce418f006d4a525f77e0 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:27:03 +0100 Subject: [PATCH] Updated themes --- themes/galaxy/readme.md | 2 +- themes/galaxy/skeleton-auto.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/galaxy/readme.md b/themes/galaxy/readme.md index 5e728de..4e3dab5 100644 --- a/themes/galaxy/readme.md +++ b/themes/galaxy/readme.md @@ -2,7 +2,7 @@ Find more themes: https://github.com/linkstackorg/linkstack-themes * Theme Name: Galaxy -* Theme Version: 2.0 +* Theme Version: 2.1 * Theme Date: 2022-06-09 * Theme Author: JulianPrieber & LinkStack Team * Theme Author URI: https://github.com/JulianPrieber diff --git a/themes/galaxy/skeleton-auto.css b/themes/galaxy/skeleton-auto.css index d6df22b..fd92d85 100644 --- a/themes/galaxy/skeleton-auto.css +++ b/themes/galaxy/skeleton-auto.css @@ -91,11 +91,11 @@ @keyframes transitionAnimation { 0% { opacity: 0; - transform: translateY(-10px); + top: -10px; } 100% { opacity: 1; - transform: translateY(0); + top: 0px; } }