Simplify view transition
This commit is contained in:
parent
7e298a0d2e
commit
4e97cd8002
2 changed files with 1 additions and 36 deletions
src/components
|
@ -10,7 +10,7 @@
|
|||
(hsx
|
||||
(div :class "flex flex-col h-[100svh] w-full max-w-[700px] px-2 mx-auto"
|
||||
(~header)
|
||||
(div :class "flex flex-col flex-1 overflow-y-scroll zoom-fade"
|
||||
(div :class "flex flex-col flex-1 overflow-y-scroll"
|
||||
(main :class "flex-1 px-2 py-6 md:px-4 md:py-8"
|
||||
children)
|
||||
(footer :class "flex p-2 justify-center text-sm border-t-1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue