diff --git a/tdrive/frontend/public/index.html b/tdrive/frontend/public/index.html
index defcec71..cd2c63d1 100644
--- a/tdrive/frontend/public/index.html
+++ b/tdrive/frontend/public/index.html
@@ -54,13 +54,13 @@
left: calc(50% - 25px);
position: absolute;
top: calc(50% - 25px);
- width: 50px;
+ width: 50px;
}
.path {
stroke-dasharray: 1,200;
stroke-dashoffset: 0;
- animation:
+ animation:
dash 1.5s ease-in-out infinite,
color 6s ease-in-out infinite
;
@@ -136,22 +136,5 @@
document.getElementById('body').className = 'electron';
}
-
-
-