fix css
keyboardstaff committed
Dec 22, 2025 at 07:25 UTC
9956fca39960f512c04001b8238030cab3a90271
2 files changed
+3
webui/components/settings/memory/memory-dashboard.html
+2
@@ -806,6 +806,8 @@
806
right: 0;
807
bottom: 0;
808
display: flex;
809
+ gap: 0.375rem;
810
+ margin-left: auto;
811
flex-direction: column;
812
align-items: center;
813
justify-content: center;
webui/components/settings/memory/memory-detail-modal.html
+1
@@ -167,6 +167,7 @@
167
168
.btn-action-header {
169
padding: 0.4rem 0.6rem;
170
+ height: 1.75rem;
171
display: flex;
172
align-items: center;
173
gap: 0.25rem;