mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 11:43:52 +01:00
Adjust sidebar more item position
This commit is contained in:
parent
1673d03d55
commit
e7ca861f30
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue