mirror of
https://github.com/seigler/aurebesh
synced 2025-07-25 08:46:12 +00:00
ease drawer in and out
This commit is contained in:
parent
be41bda281
commit
8c37113518
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default function Drawer({ children }: DrawerProps) {
|
|||
}}
|
||||
class="drawer-handle"
|
||||
>
|
||||
{isOpen.value ? "Reference 🞃" : "Reference 🞁"}
|
||||
{isOpen.value ? "Close Reference" : "Open Reference"}
|
||||
</button>
|
||||
{children}
|
||||
</div>
|
||||
|
|
|
@ -319,6 +319,7 @@ footer {
|
|||
left: 0;
|
||||
right: 0;
|
||||
transform: translateY(100%);
|
||||
transition: transform ease 0.2s;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue