File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,11 @@ const drawerStore = useDrawer();
2929 leave-from-class="opacity-100"
3030 leave-to-class="opacity-0"
3131 >
32- <div v-if =" drawerStore.isOpen.value" :class =" ['absolute inset-0 h-full w-full bg-black/50 backdrop-blur-xs']" @click =" drawerStore.close('backdrop')" ></div >
32+ <div
33+ v-if =" drawerStore.isOpen.value"
34+ :class =" ['absolute inset-0 h-full w-full bg-black/80 md:bg-black/50 md:backdrop-blur-xs']"
35+ @click =" drawerStore.close('backdrop')"
36+ ></div >
3337 </Transition >
3438
3539 <Transition
Original file line number Diff line number Diff line change 22 <button
33 type =" button"
44 title =" Close Drawer"
5- class =" bg-foreground-2 group-hover:bg-foreground-1 mx-auto h-1.5 w-24 cursor-pointer rounded-full transition-colors focus:outline-0 sm:w-32 md:max-w-1/12"
5+ class =" bg-foreground-2 group-hover:bg-foreground-3 mx-auto h-1.5 w-24 cursor-pointer rounded-full transition-colors focus:outline-0 sm:w-32 md:max-w-1/12"
66 aria-controls =" drawer"
77 ></button >
88</template >
Original file line number Diff line number Diff line change @@ -37,9 +37,7 @@ const toggleVideoSidebar = (sidebar: 'folders' | 'history') => {
3737 drawer .open (VideoSidebarDrawer , {
3838 showHeader: false ,
3939 showFooter: false ,
40- onClose : (reason : DrawerCloseReason ) => {
41- console .log (' Close' , reason );
42-
40+ onClose : () => {
4341 cycleSideBar (sidebar , ' list-card' );
4442 },
4543 });
You can’t perform that action at this time.
0 commit comments