[Update] Add crown emoji to supporter label.

Add tooltip that shows their supporting period.
Add icon rotate animation when hovered supporter's image.
This commit is contained in:
Sakamoto Shiina
2025-05-04 10:03:37 +09:00
parent 9118a54be7
commit af17e057e8
6 changed files with 53 additions and 8 deletions

View File

@@ -51,6 +51,7 @@
}
$progress_ease: cubic-bezier(0, 1, 0.75, 1);
// Duplicated
.progress_bar {
height: 8px;
transition: width 0.3s $progress_ease;