mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-01-10 20:15:50 +00:00
Merge pull request #333 from LemmyNet/fix/spinner_size
Make spinner bigger. Fixes #203
This commit is contained in:
commit
efa4a639f4
1 changed files with 5 additions and 0 deletions
|
@ -132,6 +132,11 @@
|
|||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.icon-spinner {
|
||||
width: 4em;
|
||||
height: 4em;
|
||||
}
|
||||
|
||||
.spin {
|
||||
animation: spins 2s linear infinite;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue