fix: 🐛 merge somehow stripped style.css of splash style

This commit is contained in:
ThatOneCalculator 2023-07-19 10:24:42 -07:00
parent 1eea65386e
commit cac284a79d
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -22,6 +22,18 @@ html {
transition: opacity 0.2s ease;
}
#splashIcon {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 64px;
height: 64px;
pointer-events: none;
}
#splashSpinner {
position: absolute;
top: 0;
@ -96,10 +108,6 @@ html {
#splashSpinner {
display: block;
}
#splashIcon {
animation: none;
}
}
#splashText {