mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 08:31:58 +00:00
fix Mac menubar not being draggable
This commit is contained in:
parent
6ae395cafb
commit
c5ff0df2b0
1 changed files with 2 additions and 2 deletions
|
|
@ -3,11 +3,11 @@
|
||||||
export const title = writable('Miru')
|
export const title = writable('Miru')
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class='w-full navbar border-0 bg-dark position-relative p-0'>
|
<div class='w-full navbar draggable border-0 bg-dark position-relative p-0'>
|
||||||
<div class='menu-shadow shadow-lg position-absolute w-full h-full z-0' />
|
<div class='menu-shadow shadow-lg position-absolute w-full h-full z-0' />
|
||||||
<div class='w-full h-full bg-dark z-10 d-flex'>
|
<div class='w-full h-full bg-dark z-10 d-flex'>
|
||||||
{#if window.version.platform !== 'darwin'}
|
{#if window.version.platform !== 'darwin'}
|
||||||
<div class='d-flex w-full draggable h-full align-items-center'>
|
<div class='d-flex w-full h-full align-items-center'>
|
||||||
<img src='./logo.ico' alt='ico' />
|
<img src='./logo.ico' alt='ico' />
|
||||||
{$title}
|
{$title}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue