mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
style: centered spinner
This commit is contained in:
@@ -50,7 +50,7 @@ const Spinner: Spinner = ({ centered, visible = true, ...props }) =>
|
||||
(centered ? (
|
||||
<div
|
||||
className={`
|
||||
flex justify-center items-center relative
|
||||
flex justify-center items-center w-full
|
||||
sm:absolute sm:inset-0 sm:z-50
|
||||
`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user