Formatting and Share Buttons

This commit is contained in:
2026-08-15 21:02:02 +10:00
parent 65e8c7575e
commit ed0ce97548
9 changed files with 217 additions and 43 deletions
@@ -31,7 +31,7 @@ onUnmounted(() => document.removeEventListener('click', handleClickOutside))
<Logo variant="color" />
</Link>
<UserSearchBox density="compact" style="max-width:400px; width: 400px;" />
<UserSearchBox class="nav-desktop" density="compact" style="max-width:400px; width: 400px;" />
<NotificationMenu v-if="page.props.auth?.user" :unread-count="page.props.unread_notification_count" />
<!-- Desktop nav -->