Skip to content

Commit

Permalink
style: change more options position to top
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Jan 8, 2025
1 parent da715af commit fe2ed8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/lib/components/quib.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
<span class="text-xs font-medium text-base-content/75"
>{new FormatDate(quib.created_at).timeAgo()}</span
>
<button class="ml-auto flex items-center gap-2" aria-label="more">
<coreicons-shape-more class="size-4 rotate-90"></coreicons-shape-more>
</button>
</div>
{/snippet}

Expand All @@ -90,9 +93,6 @@
<coreicons-shape-share class="size-4"></coreicons-shape-share>
<span class="text-sm font-medium">Share</span>
</button>
<button class="ml-auto flex items-center gap-2" aria-label="more">
<coreicons-shape-more class="size-4 rotate-90"></coreicons-shape-more>
</button>
{/snippet}

{#snippet href_overlay()}
Expand Down

0 comments on commit fe2ed8d

Please sign in to comment.