feat: Added windi css screen and removed a good portion of conditional class for mobile

This commit is contained in:
Muhammed Mustafa
2023-09-25 13:39:09 +00:00
parent f97ae99bb8
commit 34e1b0ab1a
10 changed files with 36 additions and 61 deletions

View File

@@ -383,7 +383,7 @@ const DlgProjectDuplicateOnOk = async (jobData: { id: string; project_id: string
'hover:bg-gray-200': !(activeProjectId === project.id && projectViewOpen),
}"
:data-testid="`nc-sidebar-project-title-${project.title}`"
class="project-title-node h-7.25 flex-grow rounded-md group flex items-center w-full pr-1"
class="nc-sidebar-node project-title-node h-7.25 flex-grow rounded-md group flex items-center w-full pr-1"
>
<NcButton
type="text"