fix: remove previewStyle error, compact logout button padding
continuous-integration/webhook Deploy concluído (VPS4)

This commit is contained in:
VPS 4 Deploy Agent
2026-05-30 16:28:14 +02:00
parent 098fe4692e
commit e8af3a975b
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ function patientCardHTML(p, index) {
return `
<div class="image-card patient-card" onclick="openPatientByIndex(${index})">
<div class="image-preview"${previewStyle}>
<div class="image-preview">
${preview}
<button type="button" class="delete-patient-btn" onclick="event.stopPropagation(); deletePatientImages('${escapeHtml(fullName)}')" title="Excluir todas as imagens de ${escapeHtml(fullName)}">🗑️</button>
<div class="patient-count-badge">${count} imagem${count !== 1 ? 'ns' : ''}</div>
+5 -4
View File
@@ -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 {