Clean up drawer (#5761)

* clean up drawer

* add a lil bit of padding

* Drawer nits (#5778)

* Avi stuff

* Rm SafeAreaView, not working on Android

* Dividers and spacing

* Fix count on android, ended up refactoring the whole MenuItem

* Litttttle more space

* Improve NavSignupCard

* format nit

---------

Co-authored-by: Samuel Newman <mozzius@protonmail.com>

---------

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Samuel Newman
2024-10-17 03:43:10 +03:00
committed by GitHub
parent 6bc00f8d71
commit 21542c4a77
3 changed files with 266 additions and 347 deletions
+1
View File
@@ -96,6 +96,7 @@ function ShellInner() {
<ErrorBoundary>
<Drawer
renderDrawerContent={renderDrawerContent}
drawerStyle={{width: Math.min(400, winDim.width * 0.8)}}
open={isDrawerOpen}
onOpen={onOpenDrawer}
onClose={onCloseDrawer}