From ce35ae154d01c5b0ba1aa572600ad0bb417271ed Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:08:32 +0900 Subject: [PATCH] lint --- html/src/vr.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/html/src/vr.scss b/html/src/vr.scss index eb22d6e9..ab67c133 100644 --- a/html/src/vr.scss +++ b/html/src/vr.scss @@ -280,17 +280,17 @@ i.x-user-status.busy { } .spin { - animation: rotation 2.5s infinite linear; - position: absolute; - width: 14px; - height: 28px; + animation: rotation 2.5s infinite linear; + position: absolute; + width: 14px; + height: 28px; } @keyframes rotation { - from { - transform: rotate(0deg); - } - to { - transform: rotate(359deg); - } + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } }