fix: ui with headers
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user