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
|
<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={() => {
|
onClick={() => {
|
||||||
if (!isEmbedded) {
|
if (!isEmbedded) {
|
||||||
setIsZen(!isZen);
|
setIsZen(!isZen);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue