[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

@@ -60,9 +60,18 @@
}
.tab_text {
overflow: hidden;
// overflow: hidden;
font-size: 1.6rem;
text-overflow: ellipsis;
// text-overflow: ellipsis;
position: relative;
}
.crown_emoji {
font-size: 1.6rem;
position: absolute;
top: 40%;
left: 100%;
transform: translateY(-50%);
padding-left: 0.4rem;
}
.separated_tabs_wrapper {