Update database sidebar

pull/1/head
Made Baruna 2021-11-04 15:02:28 +07:00
parent aa1a20cd99
commit 44a9a87f40
No known key found for this signature in database
GPG Key ID: 5AA5DA16AA5DCEAD
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@
</script>
<div class="w-full rounded-xl ease-in duration-150 {mobile ? '' : 'parent'} {active ? 'active' : ''}">
<div class="flex absolute transform translate-x-full child">
<div class="flex absolute transform translate-x-full child top-0 bottom-0">
<div class="w-5 h-full" />
<div class="bg-background shadow-lg flex flex-col p-2 -mt-2 rounded-r-xl">
<div class="bg-background shadow-lg flex flex-col p-2 -mt-2 rounded-r-xl justify-center">
{#each items as item}
<a
on:click={clicked}