Merge pull request #1147 from tidalcycles/bettern-zen-spacing
better spacing in zen mode
This commit is contained in:
commit
e409086b34
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue