mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
fix: launchpad width
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user