mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
fix spinner not being centred
This commit is contained in:
parent
42ded9ab2e
commit
3c3d476bf0
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
position: absolute;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 32px;
|
||||
inset: 0;
|
||||
margin: auto;
|
||||
border: 2px solid #000;
|
||||
border-radius: 50%;
|
||||
animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
||||
|
|
|
|||
Loading…
Reference in a new issue