feat: show time until pop cooldown ends

This commit is contained in:
insects 2025-03-11 00:11:27 +01:00
parent 9ff401bdfd
commit cee4129e65
3 changed files with 40 additions and 3 deletions

View file

@ -108,3 +108,20 @@ section .meta {
padding-top: 10px;
padding-bottom: 10px;
}
.progress-container {
width: 50%;
display: inline-block;
background-color: tomato;
height: 10px;
position: relative;
}
.progress-bar {
background-color: #63f0fd;
height: 10px;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}