We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f909158 commit 465181aCopy full SHA for 465181a
themes/galaxy/readme.md
@@ -2,7 +2,7 @@
2
Find more themes: https://github.com/linkstackorg/linkstack-themes
3
4
* Theme Name: Galaxy
5
-* Theme Version: 2.0
+* Theme Version: 2.1
6
* Theme Date: 2022-06-09
7
* Theme Author: JulianPrieber & LinkStack Team
8
* Theme Author URI: https://github.com/JulianPrieber
themes/galaxy/skeleton-auto.css
@@ -91,11 +91,11 @@
91
@keyframes transitionAnimation {
92
0% {
93
opacity: 0;
94
- transform: translateY(-10px);
+ top: -10px;
95
}
96
100% {
97
opacity: 1;
98
- transform: translateY(0);
+ top: 0px;
99
100
101
0 commit comments