mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-27 03:04:13 +00:00
Merge pull request #333 from LemmyNet/fix/spinner_size
Make spinner bigger. Fixes #203
This commit is contained in:
commit
efa4a639f4
|
@ -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