feat: add re-sync functionality / button to header

This commit is contained in:
2025-04-08 03:21:46 -07:00
parent 06e5d42c9c
commit c124d93285
3 changed files with 56 additions and 3 deletions

View File

@@ -42,6 +42,16 @@ body
}
}
@keyframes spin
{
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
.container
{
text-align: left;
@@ -117,6 +127,18 @@ p
transform: scale(1.1);
}
.header .restart
{
animation-name: fade-in, scale-in;
animation-duration: 1s, 0.5s;
animation-timing-function: ease-in, linear;
animation-direction: alternate, alternate;
animation-iteration-count: infinite, 1;
transition: all 0.3s;
opacity: 0.5;
transform: scale(1.1);
}
.footer
{
position: absolute;
@@ -277,7 +299,7 @@ p
{
font-size: clamp(0.7em, 2vw, 1.1em);
padding-top: 2px;
padding-left: 10px;
margin-left: 10px;
}
.navbar-social svg:hover