mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-05 00:59:49 +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')
|
||||
</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='w-full h-full bg-dark z-10 d-flex'>
|
||||
{#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' />
|
||||
{$title}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue