Tweaks to navigation

This commit is contained in:
Jon Staab
2024-10-23 09:45:06 -07:00
parent f0d53ebb39
commit a382facc70
21 changed files with 282 additions and 267 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
<div class="relative z-feature flex gap-2 p-2">
<Button
data-tip="Add an image"
class="center tooltip h-10 w-10 rounded-box bg-base-300 transition-colors hover:bg-base-200"
class="center tooltip h-10 w-10 min-w-10 rounded-box bg-base-300 transition-colors hover:bg-base-200"
on:click={() => addFile($editor)}>
{#if $loading}
<span class="loading loading-spinner loading-xs"></span>