small fixes

This commit is contained in:
Andras Bacsai 2022-02-22 20:37:11 +01:00
parent df18b93809
commit 7095e781e9
3 changed files with 2 additions and 3 deletions

View File

@ -101,7 +101,6 @@ export default async function () {
if (isHttps) await forceSSLOnApplication(domain);
}
} catch (error) {
console.log(error);
throw error;
}
}

View File

@ -533,7 +533,7 @@
</div>
</nav>
<select
class="fixed right-0 bottom-0 z-50 m-2 p-2 px-4"
class="fixed right-0 bottom-0 z-50 m-2 w-64 bg-opacity-30 p-2 px-4"
bind:value={selectedTeamId}
on:change={switchTeam}
>

View File

@ -57,7 +57,7 @@
}
</script>
<div class="mx-auto max-w-4xl px-6">
<div class="mx-auto max-w-4xl px-6 pb-12">
<form on:submit|preventDefault={handleSubmit} class="py-4">
<div class="flex space-x-1 pb-5 font-bold">
<div class="title">General</div>