mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 12:05:53 +00:00
fix: matching server page spacing with instance page
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div
|
<div
|
||||||
data-pyro-server-stats
|
data-pyro-server-stats
|
||||||
style="font-variant-numeric: tabular-nums"
|
style="font-variant-numeric: tabular-nums"
|
||||||
class="flex select-none flex-col items-center gap-4 md:flex-row"
|
class="flex select-none flex-col items-center gap-3 md:flex-row"
|
||||||
:class="{ 'pointer-events-none': loading }"
|
:class="{ 'pointer-events-none': loading }"
|
||||||
:aria-hidden="loading"
|
:aria-hidden="loading"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="relative flex select-none flex-col gap-6" data-pyro-server-manager-root>
|
<div class="relative flex select-none flex-col gap-6" data-pyro-server-manager-root>
|
||||||
<div class="flex flex-col gap-6">
|
<div class="flex flex-col gap-4">
|
||||||
<ServerManageStats
|
<ServerManageStats
|
||||||
:data="!isWsAuthIncorrect ? stats : undefined"
|
:data="!isWsAuthIncorrect ? stats : undefined"
|
||||||
:loading="isWsAuthIncorrect"
|
:loading="isWsAuthIncorrect"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="flex min-h-[700px] flex-col gap-4">
|
<div class="flex min-h-[700px] flex-col gap-2">
|
||||||
<span class="text-2xl font-semibold text-contrast">Console</span>
|
<span class="text-2xl font-semibold text-contrast">Console</span>
|
||||||
|
|
||||||
<ConsolePageLayout />
|
<ConsolePageLayout />
|
||||||
|
|||||||
@@ -107,7 +107,7 @@
|
|||||||
<div
|
<div
|
||||||
v-else-if="serverData"
|
v-else-if="serverData"
|
||||||
data-pyro-server-manager-root
|
data-pyro-server-manager-root
|
||||||
class="experimental-styles-within relative mx-auto pb-12 box-border flex min-h-[calc(100svh-100px)] w-full min-w-0 flex-col gap-6 px-6 transition-all duration-300"
|
class="experimental-styles-within relative mx-auto pb-12 box-border flex min-h-[calc(100svh-100px)] w-full min-w-0 flex-col gap-4 px-6 transition-all duration-300"
|
||||||
:style="{
|
:style="{
|
||||||
'--server-bg-image': serverImage
|
'--server-bg-image': serverImage
|
||||||
? `url(${serverImage})`
|
? `url(${serverImage})`
|
||||||
|
|||||||
Reference in New Issue
Block a user