mirror of https://github.com/gmbrax/Pilgrim.git
Compare commits
1 Commits
5ecf3b709e
...
1c102920fe
| Author | SHA1 | Date |
|---|---|---|
|
|
1c102920fe |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue