Adjust sidebar more item position

pull/1/head
Made Baruna 2022-06-06 22:17:21 +07:00
parent 1673d03d55
commit e7ca861f30
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<div class="w-full rounded-xl ease-in duration-150 {mobile ? '' : 'parent'} {active ? 'active' : ''}">
<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 justify-center">
<div class="bg-background shadow-lg flex flex-col p-2 -mt-2 rounded-r-xl" style="padding-top: 100%">
{#each items as item}
<a
on:click={clicked}