Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated /community-units UI for small screen view port #333

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/CommunityUnitSideMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function CommunityUnitSideMenu({ _pathId, filters, qf }) {
}, [])

return (
<div className='col-span-1 flex flex-col gap-3 md:col-start-1 md:mb-12 py-0 h-full bg-gray-50 shadow-md'>
<div className='col-span-1 flex rounded flex-col gap-3 md:col-start-1 md:mb-12 py-0 h-full bg-gray-50 shadow-md'>
<List
className='p-0 m-0'
component="nav"
Expand Down
4 changes: 2 additions & 2 deletions components/FacilityDetailsTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { CheckCircleIcon, XCircleIcon } from "@heroicons/react/solid";

function FacilityDetailsTabs({ facility }) {
return (
<div className="col-span-5 md:col-span-3 flex bg-gray-50 shadow-md flex-col gap-3 mt-4">
<div className="col-span-5 rounded md:col-span-3 flex bg-gray-50 shadow-md flex-col gap-3 mt-4">
<Tabs.Root
orientation="horizontal"
className="w-full flex flex-col tab-root"
className="w-full flex flex-col flex-wrap tab-root"
defaultValue="overview"
>
<Tabs.List className="list-none flex justify-evenly flex-wrap gap-2 md:gap-3 px-4 uppercase leading-none tab-list font-semibold border-b border-blue-600">
Expand Down
Loading
Loading