mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-21 15:39:08 +00:00
Updated styling, formatting, structure of frontend
This commit is contained in:
9
assets/css/animation.css
Normal file
9
assets/css/animation.css
Normal file
@@ -0,0 +1,9 @@
|
||||
@keyframes spin {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user