mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-06 16:45:41 -04:00
feat: add re-sync functionality / button to header
This commit is contained in:
24
tvapp2/www/css/tvapp2.min.css
vendored
24
tvapp2/www/css/tvapp2.min.css
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user