mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-13 03:49:56 -04:00
Fix the 3 dot button
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user