From 85a40fbe9b63bbfa5e43be0ab968b13c03e49305 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sat, 2 Nov 2019 21:04:35 +0800 Subject: [PATCH] fix: loading icon moved --- src/content.less | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/content.less b/src/content.less index 906204a..22fb21b 100644 --- a/src/content.less +++ b/src/content.less @@ -283,10 +283,15 @@ display: flex; align-items: center; - .octicon { + &-icon { width: 20px; height: 20px; - animation: rotate 2s infinite linear; + + .octicon { + width: 20px; + height: 20px; + animation: rotate 2s infinite linear; + } } } }