chore: style loading screen

This commit is contained in:
Adam
2026-02-12 07:16:30 -06:00
parent fa97475ee8
commit 5f421883a8
8 changed files with 177 additions and 85 deletions

View File

@@ -5,13 +5,3 @@ button#decorum-tb-close,
div[data-tauri-decorum-tb] {
height: calc(var(--spacing) * 10) !important;
}
@keyframes pulse-splash {
0%,
100% {
opacity: 0.1;
}
50% {
opacity: 0.3;
}
}