Skip to content

Commit

Permalink
feat(test)
Browse files Browse the repository at this point in the history
  • Loading branch information
tikrack committed Jan 12, 2025
1 parent 5b650a2 commit 5eb120c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/editor/Runner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ const Runner = () => {

return (<>
<div
className={(hidden && "opacity-0 ") + " shadow-orange fixed top-[75px] transition-all duration-1000 left-[70px] z-[998] bg-white w-[100px] h-[40px] rounded-[10px] border"}></div>
className={(hidden && "opacity-0 ") + " shadow-orange fixed top-[75px] transition-all duration-1000 left-[70px] z-[998] bg-white w-fit h-[40px] rounded-[10px] border flex justify-end items-center px-3"}>

</div>
</>)
}

Expand Down
1 change: 1 addition & 0 deletions src/components/shared/dropdown/DropdownItem.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line react/prop-types
const DropdownItem = ({ title, callback }) => {

return (<>
Expand Down

0 comments on commit 5eb120c

Please sign in to comment.