Skip to content

Commit

Permalink
Merge pull request #1147 from tidalcycles/bettern-zen-spacing
Browse files Browse the repository at this point in the history
better spacing in zen mode
  • Loading branch information
felixroos authored Sep 14, 2024
2 parents a40219b + dffeac4 commit e409086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/repl/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function Header({ context, embedded = false }) {
)}
>
<div
className={cx('mt-[1px]', started && 'animate-spin', 'cursor-pointer')}
className={cx('mt-[1px]', started && 'animate-spin', 'cursor-pointer', isZen && 'fixed top-2 right-4')}
onClick={() => {
if (!isEmbedded) {
setIsZen(!isZen);
Expand Down

0 comments on commit e409086

Please sign in to comment.