fix: ui with headers

This commit is contained in:
Kaname
2022-09-10 17:23:55 +00:00
parent 1917091338
commit 9e3c14841a
13 changed files with 18 additions and 19 deletions

View File

@@ -150,7 +150,7 @@
</script>
{#if id !== 'new'}
<nav class="header p-5 pl-0 lg:p-0 lg:pl-20 justify-center lg:justify-between">
<nav class="header justify-center lg:justify-between">
<div class="hidden items-center space-x-2 p-5 px-6 font-bold lg:flex">
<div class="flex flex-col">
<div class="md:max-w-64 truncate text-base tracking-tight md:text-2xl lg:block">

View File

@@ -42,7 +42,7 @@
});
</script>
<nav class="header p-5 pl-0 lg:p-0 lg:pl-20">
<nav class="header">
<h1 class="mr-4 text-2xl font-bold">{$t('index.databases')}</h1>
{#if $appSession.isAdmin}
<button on:click={newDatabase} class="btn btn-square btn-sm bg-databases">