fix: consistent ui fade in transition

This commit is contained in:
alexsparkes
2024-05-20 10:06:00 +01:00
parent 9ea8e681f6
commit 74fcf4bafb
5 changed files with 10 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ body {
justify-content: center;
align-items: center;
gap: 20px;
animation: fadeIn 1s;
}
&.no-textBorder {