mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 20:31:13 +00:00
Make spinner bigger. Fixes #203
This commit is contained in:
parent
8902e15888
commit
5f741b420a
1 changed files with 5 additions and 0 deletions
|
@ -132,6 +132,11 @@
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-spinner {
|
||||||
|
width: 4em;
|
||||||
|
height: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
.spin {
|
.spin {
|
||||||
animation: spins 2s linear infinite;
|
animation: spins 2s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue