fix: update masonry grid sizing logic and notebook list padding
This commit is contained in:
@@ -229,7 +229,7 @@ export function NotebooksList() {
|
||||
<button
|
||||
onClick={() => handleSelectNotebook(notebook.id)}
|
||||
className={cn(
|
||||
"pointer-events-auto flex items-center gap-4 px-6 py-3 rounded-r-full mr-2 text-gray-600 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800/50 transition-colors w-full pr-10",
|
||||
"pointer-events-auto flex items-center gap-4 px-6 py-3 rounded-r-full mr-2 text-gray-600 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800/50 transition-colors w-full pr-20",
|
||||
isDragOver && "opacity-50"
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user