mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
fix: 🐛 merge somehow stripped style.css of splash style
This commit is contained in:
parent
4a34ef0452
commit
d825c5e7cf
@ -22,6 +22,18 @@ html {
|
|||||||
transition: opacity 0.2s ease;
|
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 {
|
#splashSpinner {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -96,10 +108,6 @@ html {
|
|||||||
#splashSpinner {
|
#splashSpinner {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#splashIcon {
|
|
||||||
animation: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#splashText {
|
#splashText {
|
||||||
|
Loading…
Reference in New Issue
Block a user