wip
This commit is contained in:
@@ -52,7 +52,7 @@ function ConnectionStatus() {
|
||||
}
|
||||
};
|
||||
return (
|
||||
<div className="h-full min-h-64 flex flex-col justify-center items-center gap-y-2">
|
||||
<div className="h-full min-h-52 flex flex-col justify-center items-center gap-y-2">
|
||||
<div className="flex flex-1 items-end">
|
||||
<div
|
||||
className={clsx([
|
||||
|
||||
@@ -78,7 +78,7 @@ function Home() {
|
||||
<div className="grow">
|
||||
<ConnectionStatus />
|
||||
</div>
|
||||
<div className="flex flex-col justify-between gap-y-6">
|
||||
<div className="flex flex-col justify-between gap-y-8">
|
||||
<div className="flex flex-col justify-between gap-y-4">
|
||||
<NetworkModeSelect />
|
||||
<div className="flex flex-col gap-6">
|
||||
|
||||
Reference in New Issue
Block a user