mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-27 00:50:06 +03:00
remove excessive margins
This commit is contained in:
@@ -134,7 +134,7 @@ function ServerCardInPage() {
|
||||
<Separator/>
|
||||
|
||||
{!server && (<LoadingIndicator/>)}
|
||||
{(server && connectionError) && (<Alert variant="destructive" className="mb-5">
|
||||
{(server && connectionError) && (<Alert variant="destructive">
|
||||
<ServerOff className="h-4 w-4"/>
|
||||
<AlertTitle>Connection Issue</AlertTitle>
|
||||
<AlertDescription>
|
||||
|
||||
Reference in New Issue
Block a user