fix: launchpad width

This commit is contained in:
Zack Spear
2023-06-01 20:17:57 -07:00
committed by Zack Spear
parent c6a5263135
commit 930c1ee26f
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ const serverState = {
expireTime,
lanIp: '192.168.0.1',
locale: 'en',
pluginInstalled: false,
pluginInstalled: true,
registered: true,
site: 'http://localhost:4321',
state,

View File

@@ -91,7 +91,7 @@ onBeforeMount(() => {
<div class="block w-2px h-24px bg-grey-mid"></div>
<div ref="dropdown" class="relative flex items-center justify-end h-full">
<div ref="dropdown" class="flex items-center justify-end h-full">
<UpcDropdownTrigger @click="toggleDropdown" :open="dropdownOpen" />
<UpcDropdown v-show="dropdownOpen" />
</div>

View File

@@ -12,7 +12,7 @@ const showExpireTime = computed(() => {
</script>
<template>
<div class="flex flex-col gap-y-24px w-full min-w-300px md:min-w-[550px] max-w-4xl mr-8px p-16px md:py-24px md:px-32px lg:px-40px shadow-md rounded-lg">
<div class="flex flex-col gap-y-24px w-full min-w-300px md:min-w-[500px] max-w-4xl mr-8px p-16px md:py-24px md:px-32px lg:px-40px shadow-md rounded-lg">
<header class="text-center">
<h2 class="text-24px font-semibold">Thank you for installing Connect!</h2>
<h3>Sign In to your Unraid.net account to register your server</h3>