File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -237,18 +237,13 @@ function Schedule() {
237237
238238 return (
239239 < div className = "content-container min-w-screen z-[50] flex h-[85vh] w-full flex-row bg-slate-950" >
240- < div className = "timetable-container flex h-[85vh] w-4/5 flex-col items-center justify-center overflow-hidden p-3" >
240+ < div className = "timetable-container w-5/5 flex h-[85vh] flex-col items-center justify-center overflow-hidden p-3" >
241241 < Timetable >
242242 { timetableTaskProps . map ( ( props ) => (
243243 < TimetableTask key = { props . id } { ...props } />
244244 ) ) }
245245 </ Timetable >
246246 </ div >
247- < div className = "tasklist-container z-[100] flex h-[85vh] w-1/5 flex-col items-center bg-slate-950 pt-5" >
248- < h1 className = "text-center text-3xl text-white" > Tasks</ h1 >
249- < div className = "m-2 h-48 w-4/5 bg-slate-500" > </ div >
250- < div className = "m-2 h-48 w-4/5 bg-slate-500" > </ div >
251- </ div >
252247 </ div >
253248 ) ;
254249}
You can’t perform that action at this time.
0 commit comments