Fixed settings & notifications breaking when on mobile after using search

This commit is contained in:
WardPearce
2024-05-03 18:58:30 +12:00
parent 3c5bf9438e
commit 1bb7b5a521
+2 -2
View File
@@ -209,12 +209,12 @@
<div class="tooltip bottom">{$_('layout.syncParty')}</div>
</button>
{#if isLoggedIn}
<button class="circle large transparent" data-ui="#dialog-notifications"
<button class="circle large transparent" on:click={() => ui('#dialog-notifications')}
><i>notifications</i>
<div class="tooltip bottom">{$_('layout.notifications')}</div>
</button>
{/if}
<button class="circle large transparent" data-ui="#dialog-settings">
<button class="circle large transparent" on:click={() => ui('#dialog-settings')}>
<i>settings</i>
<div class="tooltip bottom">{$_('layout.settings')}</div>
</button>