From da83f8af1183558f05c0b031181a86330f0dbf1b Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Thu, 12 Jun 2025 06:51:46 -0700 Subject: [PATCH] chore: small drop shadow --- assets/components/LogViewer/LogActions.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/components/LogViewer/LogActions.vue b/assets/components/LogViewer/LogActions.vue index 3f535e51..ff68b496 100644 --- a/assets/components/LogViewer/LogActions.vue +++ b/assets/components/LogViewer/LogActions.vue @@ -7,7 +7,7 @@ v-if="isSearching" @click="resetSearch()" tabindex="0" - class="btn btn-square btn-ghost btn-xs pointer-events-auto! -mr-1 -ml-3 opacity-0 group-hover/entry:opacity-100" + class="btn btn-square btn-ghost btn-xs border-base-content/20 pointer-events-auto! -mr-1 -ml-3 opacity-0 shadow-sm group-hover/entry:opacity-100" :to="{ name: '/container/[id].time.[datetime]', params: { id: container.id, datetime: logEntry.date.toISOString() }, @@ -18,7 +18,7 @@