Skip to content

Commit

Permalink
refactor: Update RoomDrawer component to use responsive width for bet…
Browse files Browse the repository at this point in the history
…ter layout on different screen sizes
  • Loading branch information
0niel committed Aug 31, 2024
1 parent 2750bf9 commit 6e4a4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/map/room-drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const RoomDrawer: React.FC<RoomDrawerProps> = ({

return (
<Sheet open={isOpen} onOpenChange={onClose}>
<SheetContent>
<SheetContent className="max-[400px]:w-4/5 w-3/4 sm:max-w-sm">
<SheetTitle>
<div className="flex flex-row items-center">
<h5
Expand Down

0 comments on commit 6e4a4e2

Please sign in to comment.