From e8af3a975b886d9b3e252d9b7bbdf2f998360858 Mon Sep 17 00:00:00 2001 From: VPS 4 Deploy Agent Date: Sat, 30 May 2026 16:28:14 +0200 Subject: [PATCH] fix: remove previewStyle error, compact logout button padding --- dental-server/public/app.js | 2 +- dental-server/public/style.css | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dental-server/public/app.js b/dental-server/public/app.js index 5f15399..487c1ae 100644 --- a/dental-server/public/app.js +++ b/dental-server/public/app.js @@ -465,7 +465,7 @@ function patientCardHTML(p, index) { return `
-
+
${preview}
${count} imagem${count !== 1 ? 'ns' : ''}
diff --git a/dental-server/public/style.css b/dental-server/public/style.css index 4b3f979..608b058 100644 --- a/dental-server/public/style.css +++ b/dental-server/public/style.css @@ -171,19 +171,19 @@ body { } .sidebar-footer { - padding: 8px 12px; border-top: 1px solid var(--border-color); margin-top: auto; + padding: 6px 8px; flex-shrink: 0; } .logout-btn { width: 100%; - padding: 8px; + padding: 6px 8px; background: transparent; border: 1px solid var(--glass-border); color: #a0aec0; - border-radius: 8px; + border-radius: 6px; cursor: pointer; display: flex; align-items: center; @@ -191,8 +191,9 @@ body { gap: 6px; font-family: 'Inter', sans-serif; font-weight: 500; - font-size: 0.85rem; + font-size: 0.80rem; transition: all 0.3s; + line-height: 1; } .logout-btn:hover {