Skip to content

Commit

Permalink
fix(projectDetailsV2): style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 committed Nov 11, 2024
1 parent 7873108 commit 38ce20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/views/ProjectDetailsV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ const ProjectDetailsV2 = () => {
className={`fmtm-flex fmtm-gap-4 fmtm-absolute fmtm-duration-200 fmtm-z-[1000] fmtm-bg-[#F5F5F5] fmtm-p-2 fmtm-rounded-md ${
toggle
? 'fmtm-left-0 fmtm-bottom-0 lg:fmtm-top-0'
: '-fmtm-left-[60rem] fmtm-bottom-0 lg:fmtm-top-0'
: '-fmtm-left-[65rem] fmtm-bottom-0 lg:fmtm-top-0'
}`}
>
<ProjectOptions projectName={state?.projectInfo?.name} />
Expand Down

0 comments on commit 38ce20e

Please sign in to comment.