mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: loading icon moved
This commit is contained in:
parent
1f632609a6
commit
85a40fbe9b
1 changed files with 7 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue