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
+3 -3
View File
@@ -85,14 +85,14 @@ function TeamDashboard() {
<div className="container mx-auto py-10 px-10 flex flex-col space-y-5">
<Header />
<div className="flex flex-row items-baseline space-x-5 space-y-5">
<div className="flex flex-col max-w-sm space-y-5">
<div className="flex flex-row items-start space-x-5 h-[56rem]">
<div className="flex flex-col max-w-sm space-y-5 h-full">
<TeamVoiceLine />
<Office />
</div>
<div className="flex flex-col space-y-5 flex-1 overflow-auto">
<div className="flex flex-col space-y-5 flex-1 h-full">
<Announcements />
<Rooms />