Adiciona linhas divisoras horizontais na sidebar isolando Observações e Relatórios

This commit is contained in:
2026-05-28 19:36:32 +00:00
parent 2195b35288
commit f702b869db
2 changed files with 20 additions and 2 deletions
+6
View File
@@ -2903,6 +2903,12 @@ code {
flex-shrink: 0;
}
.sidebar-divider {
height: 1px;
background-color: var(--border-light);
margin: 8px 16px 8px 16px;
}
/* Modal de Observações */
.obs-modal-content {
max-width: 640px !important;