feat(classes): optimize teacher dashboard ui and implement grade management
This commit is contained in:
@@ -42,7 +42,7 @@ function ReaderChapterItem({
|
||||
const isSelected = selectedId === chapter.id
|
||||
|
||||
return (
|
||||
<div className={cn("w-full", level > 0 && "ml-4 border-l pl-2")}>
|
||||
<div className={cn(level > 0 && "ml-2 border-l pl-2")}>
|
||||
<div
|
||||
className={cn(
|
||||
"flex items-center group py-1 rounded-md transition-colors",
|
||||
|
||||
Reference in New Issue
Block a user