mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 14:21:13 +00:00
Center spinner, make smaller. Fixes #203
This commit is contained in:
parent
08d635c30e
commit
e17a1da767
1 changed files with 4 additions and 2 deletions
|
@ -133,8 +133,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.spinner-large {
|
.spinner-large {
|
||||||
width: 4em;
|
display: block;
|
||||||
height: 4em;
|
margin: 1em auto;
|
||||||
|
width: 2em;
|
||||||
|
height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spin {
|
.spin {
|
||||||
|
|
Loading…
Reference in a new issue