Skip to content

Commit 02be7a8

Browse files
authored
fix: properties tab height with alert (#5802)
1 parent d5ad1cb commit 02be7a8

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

packages/ui/src/layouts/shared/server-settings/pages/properties.vue

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<template>
22
<div class="relative h-screen w-full select-none max-h-[min(70vh,750px)]">
33
<div v-if="propsData" class="flex h-full w-full flex-col justify-between gap-4">
4-
<Admonition
5-
v-if="hasNoProperties"
6-
type="warning"
7-
body="Some expected properties are missing from your server.properties - this usually means the server hasn't completed its first startup yet."
8-
/>
9-
104
<div class="flex flex-col gap-4">
5+
<Admonition
6+
v-if="hasNoProperties"
7+
type="warning"
8+
body="Some expected properties are missing from your server.properties - this usually means the server hasn't completed its first startup yet."
9+
/>
1110
<div class="flex flex-col gap-2">
1211
<div class="m-0">
1312
Edit the Minecraft server properties file here, or use the

0 commit comments

Comments
 (0)