Merge pull request #1147 from tidalcycles/bettern-zen-spacing

better spacing in zen mode
This commit is contained in:
Felix Roos 2024-09-14 13:30:53 +02:00 committed by GitHub
commit e409086b34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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