fix css
keyboardstaff committed
Dec 23, 2025 at 00:15 UTC
fbc729d4d35a83fa6ab71cda8fdc78db049ab30b
1 file changed
+1
-1
webui/components/settings/memory/memory-dashboard.html
+1
-1
@@ -235,7 +235,7 @@
235
<span class="material-symbols-outlined">content_copy</span>
236
</button>
237
238
- <button class="btn-icon-action"
238
+ <button class="btn btn-action delete"
239
@click="$confirmClick($event, () => $store.memoryDashboardStore.deleteMemory(memory))"
240
title="Delete Memory">
241
<span class="material-symbols-outlined">delete</span>