Merge branch 'tidalcycles:main' into search-bar

This commit is contained in:
Raphaël Forment 2024-09-22 23:30:11 +02:00 committed by GitHub
commit d7b94807cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 181 additions and 3 deletions

View file

@ -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);