fixing dashboard layout and other things starting to implement rooms and all

This commit is contained in:
Arjun Patel
2022-01-22 14:59:10 -08:00
parent 9c64e80b08
commit 7b3ebb847e
5 changed files with 44 additions and 14 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ export default function DashboardRoom() {
}
return (
<section className="p-5 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md h-[46rem] ">
<section className="p-5 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md flex-1">
{/* modal for creating room */}
<CreateOrUpdateRoom
show={showModalType == ShowModalType.createRoom}