(fix): small desktop app bugs
Some checks failed
/ build-web (push) Successful in 1m12s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled
/ build-desktop (push) Has been cancelled

This commit is contained in:
Alois 2026-05-24 23:52:33 +02:00
commit d16f260a3a
3 changed files with 8 additions and 6 deletions

View file

@ -156,7 +156,7 @@ export default function Navbar({ forMobile }: { forMobile: boolean }) {
)}
</>
)}
<Controls className="mr-2 ring-border" />
<Controls className="mr-2" />
</div>
</div>
);