Explorar o código

Поправил баг

Book Pauk %!s(int64=4) %!d(string=hai) anos
pai
achega
6c8e0b8573
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      client/components/App.vue

+ 8 - 0
client/components/App.vue

@@ -270,6 +270,14 @@ body, html, #app {
     animation: rotating 2s linear infinite;
 }
 
+@keyframes rotating { 
+    from { 
+        transform: rotate(0deg); 
+    } to { 
+        transform: rotate(360deg); 
+    }
+}
+
 .notify-button-icon {
     font-size: 16px !important;
 }