update: classname for main content and sidebar content, change width to 72
This commit is contained in:
parent
3cdef218a6
commit
09b2622dc0
|
|
@ -736,7 +736,7 @@ export default function AssessmentPage() {
|
||||||
|
|
||||||
{/* MIDDLE */}
|
{/* MIDDLE */}
|
||||||
{/* Pertanyaan */}
|
{/* Pertanyaan */}
|
||||||
<div className="ml-0 md:ml-64 mr-0 md:mr-60 flex-1 overflow-y-auto h-full">
|
<div className="ml-0 md:ml-64 mr-0 md:mr-72 flex-1 overflow-y-auto h-full">
|
||||||
<div className="space-y-6 flex flex-col">
|
<div className="space-y-6 flex flex-col">
|
||||||
<Label className="text-2xl font-bold ml-6 mt-4">
|
<Label className="text-2xl font-bold ml-6 mt-4">
|
||||||
Harap menjawab semua pertanyaan yang tersedia
|
Harap menjawab semua pertanyaan yang tersedia
|
||||||
|
|
@ -1015,7 +1015,7 @@ export default function AssessmentPage() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Sidebar for desktop (always visible) */}
|
{/* Sidebar for desktop (always visible) */}
|
||||||
<div className="hidden md:block fixed h-screen right-0 w-60 overflow-auto mr-4 border-x">
|
<div className="hidden md:block fixed h-screen right-0 w-72 overflow-auto mr-4 border-x">
|
||||||
<div className="mx-4 space-y-2">
|
<div className="mx-4 space-y-2">
|
||||||
<Label className="font-medium text-lg text-gray-800 mb-2">
|
<Label className="font-medium text-lg text-gray-800 mb-2">
|
||||||
Nomor Soal
|
Nomor Soal
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user