Merge branch 'tidalcycles:main' into search-bar
This commit is contained in:
commit
d7b94807cb
4 changed files with 181 additions and 3 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