Compare commits

..

1 Commits

Author SHA1 Message Date
Gustavo Henrique Miranda 1c102920fe
Merge 71d5491233 into a59af26c9d 2025-07-17 20:33:20 -03:00
1 changed files with 4 additions and 5 deletions

View File

@ -391,7 +391,6 @@ Screen.-modal {
.EditEntryScreen-sidebar{
background: $primary-darken-1;
width: 35%;
}
.EditEntryScreen-sidebar-title {
text-align: center;
@ -412,7 +411,7 @@ Screen.-modal {
.EditEntryScreen-sidebar-photo-list {
height: 0.5fr; /* Pega o espaço restante disponível */
min-height: 8; /* Garante altura mínima para não sumir */
min-height: 10; /* Garante altura mínima para não sumir */
border: solid $accent;
margin-bottom: 1;
overflow-y: auto; /* Adiciona scroll vertical se necessário */
@ -420,8 +419,8 @@ Screen.-modal {
.EditEntryScreen-sidebar-photo-info {
height: 0.5fr;
max-height: 13; /* Limita altura máxima */
min-height: 5;
max-height: 15; /* Limita altura máxima */
min-height: 6;
border: solid $warning;
margin-bottom: 1;
background: $surface-darken-1;
@ -430,7 +429,7 @@ Screen.-modal {
.EditEntryScreen-sidebar-help {
height: 1fr;
max-height: 12; /* Altura máxima menor que info */
max-height: 10; /* Altura máxima menor que info */
min-height: 8; /* Altura mínima menor */
border: solid $success;
padding: 1;