frontend-2 #49

Merged
Ghost merged 25 commits from frontend-2 into main 2024-01-13 16:41:29 +00:00
Showing only changes of commit 27691b0ea8 - Show all commits

View File

@@ -113,8 +113,12 @@ export function Sidebar(props: SidebarProps) {
priority priority
/> />
</div> </div>
<div className="absolute top-0 right-0"> <div className="lg:absolute lg:top-0 lg:right-0">
<IconButton size="large" className="text-white" onClick={onClose}> <IconButton
size="large"
className="text-white"
onClick={onClose}
>
<ChevronLeftIcon fontSize="inherit" /> <ChevronLeftIcon fontSize="inherit" />
</IconButton> </IconButton>
</div> </div>