mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
sidebar collapsing is better
This commit is contained in:
@@ -11,7 +11,7 @@ export default async function CoursePage() {
|
||||
<div className="h-full flex flex-col">
|
||||
<DragStyleContextProvider>
|
||||
<DraggingContextProvider>
|
||||
<div className="flex sm:flex-row h-full flex-col max-w-[2400px] mx-auto">
|
||||
<div className="flex sm:flex-row h-full flex-col max-w-[2400px] w-full mx-auto">
|
||||
<div className="flex-1 h-full flex flex-col">
|
||||
<CourseNavigation />
|
||||
<CourseCalendar />
|
||||
|
||||
Reference in New Issue
Block a user