mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Correct start loading state
This commit is contained in:
@@ -264,7 +264,7 @@
|
||||
var(--welcome-to-appwrite-delay);
|
||||
}
|
||||
.grid {
|
||||
opacity: 1;
|
||||
opacity: 0;
|
||||
transition: opacity var(--fade-in-animation-component-duration) var(--animation-type);
|
||||
display: grid;
|
||||
grid-template-columns: var(--half-cell-dimension) repeat(5, var(--cell-dimension)) var(
|
||||
|
||||
Reference in New Issue
Block a user