minor css bug, added dropper

This commit is contained in:
Gitea
2025-05-08 08:33:07 +05:30
parent 54cc8bbde3
commit db22535b60
4 changed files with 103 additions and 2 deletions

View File

@@ -103,7 +103,7 @@
.premium-btn .crown-bg2 {
transform-style: preserve-3d;
position: absolute;
background: url('https://zemailnator.test/images/crown.webp') no-repeat center center;
background: url('/images/crown.webp') no-repeat center center;
background-size: contain;
animation: rotateCrownY 2s linear infinite;
}