mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-20 13:29:37 +02:00
Fix the 3 dot button
This commit is contained in:
parent
6b778dea79
commit
bdb37c5ca1
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@
|
|||
{#if type != 'link'}
|
||||
{#if user?.pk == adventure.user_id}
|
||||
<div class="dropdown dropdown-end">
|
||||
<div tabindex="0" role="button" class="btn btn-neutral">
|
||||
<div tabindex="0" role="button" class="btn btn-neutral-200">
|
||||
<DotsHorizontal class="w-6 h-6" />
|
||||
</div>
|
||||
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue