fix: remove broken loading spinner

This commit is contained in:
Victor Westerlund 2026-03-14 08:14:07 +01:00
parent f03800653d
commit 38fb61f1aa
Signed by: vlw
GPG key ID: 5DAF14C317AA7719
2 changed files with 4 additions and 30 deletions

View file

@ -89,32 +89,6 @@ h3 {
font-size: 25px;
}
/* ## Page transition */
[vv-loading] * {
transition: 200ms opacity;
}
[vv-loading="true"] * {
opacity: 0;
pointer-events: none;
}
[vv-loading="true"]::after {
content: "";
position: fixed;
top: 50%;
left: 50%;
width: 45px;
height: 49px;
background-size: contain;
image-rendering: pixelated;
transform: translate(-50%, -50%);
background-image: url("/assets/media/spinner.gif");
-webkit-filter: hue-rotate(var(--hue-accent));
filter: hue-rotate(var(--hue-accent));
}
/* ## Buttons */
button {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB