File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/classrooms/[classroomId]/upload Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ export default function UploadComponent({
145145
146146 return (
147147 < div className = "flex min-h-screen flex-col items-center justify-center p-6" >
148- < Card className = "w-full max- w-[35vw]" >
148+ < Card className = "w-[95vw] min-[925px]: w-[35vw]" >
149149 < CardHeader >
150150 < CardTitle > File Upload</ CardTitle >
151151 </ CardHeader >
@@ -154,8 +154,8 @@ export default function UploadComponent({
154154 < div className = "flex items-center space-x-4" >
155155 < Skeleton className = "h-12 w-12 rounded-full" />
156156 < div className = "space-y-2" >
157- < Skeleton className = "h-4 w-[250px ]" />
158- < Skeleton className = "h-4 w-[200px ]" />
157+ < Skeleton className = "h-4 w-[30vw ]" />
158+ < Skeleton className = "h-4 w-[25vw ]" />
159159 </ div >
160160 </ div >
161161 ) : (
You can’t perform that action at this time.
0 commit comments