Skip to content

Commit

Permalink
#runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tikrack committed Feb 9, 2025
1 parent 5dc476c commit 49dc9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editor/Runner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Runner = ({ callback }) => {
<>
<div
className={
"shadow-orange dark:border-gray-500 fixed top-[75px] transition-all duration-1000 z-[998] bg-white dark:bg-[#22272E] w-fit h-[40px] rounded-[10px] border flex justify-end items-center px-3 gap-1 flex-row-reverse " +
"shadow-orange dark:border-gray-500 fixed top-[75px] transition-all duration-1000 z-[998] bg-white dark:bg-[#22272E] w-fit py-[3px] rounded-[10px] border flex justify-end items-center px-3 gap-1 flex-row-reverse " +
(hidden && " !opacity-0 pointer-events-none") +
(localStorage?.getItem("lang") === "fa"
? " left-[70px] "
Expand Down

0 comments on commit 49dc9a4

Please sign in to comment.