mirror of https://github.com/gmbrax/Pilgrim.git
Compare commits
2 Commits
1c102920fe
...
5ecf3b709e
| Author | SHA1 | Date |
|---|---|---|
|
|
5ecf3b709e | |
|
|
165bc10a63 |
|
|
@ -391,6 +391,7 @@ Screen.-modal {
|
||||||
|
|
||||||
.EditEntryScreen-sidebar{
|
.EditEntryScreen-sidebar{
|
||||||
background: $primary-darken-1;
|
background: $primary-darken-1;
|
||||||
|
width: 35%;
|
||||||
}
|
}
|
||||||
.EditEntryScreen-sidebar-title {
|
.EditEntryScreen-sidebar-title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -411,7 +412,7 @@ Screen.-modal {
|
||||||
|
|
||||||
.EditEntryScreen-sidebar-photo-list {
|
.EditEntryScreen-sidebar-photo-list {
|
||||||
height: 0.5fr; /* Pega o espaço restante disponível */
|
height: 0.5fr; /* Pega o espaço restante disponível */
|
||||||
min-height: 10; /* Garante altura mínima para não sumir */
|
min-height: 8; /* Garante altura mínima para não sumir */
|
||||||
border: solid $accent;
|
border: solid $accent;
|
||||||
margin-bottom: 1;
|
margin-bottom: 1;
|
||||||
overflow-y: auto; /* Adiciona scroll vertical se necessário */
|
overflow-y: auto; /* Adiciona scroll vertical se necessário */
|
||||||
|
|
@ -419,8 +420,8 @@ Screen.-modal {
|
||||||
|
|
||||||
.EditEntryScreen-sidebar-photo-info {
|
.EditEntryScreen-sidebar-photo-info {
|
||||||
height: 0.5fr;
|
height: 0.5fr;
|
||||||
max-height: 15; /* Limita altura máxima */
|
max-height: 13; /* Limita altura máxima */
|
||||||
min-height: 6;
|
min-height: 5;
|
||||||
border: solid $warning;
|
border: solid $warning;
|
||||||
margin-bottom: 1;
|
margin-bottom: 1;
|
||||||
background: $surface-darken-1;
|
background: $surface-darken-1;
|
||||||
|
|
@ -429,7 +430,7 @@ Screen.-modal {
|
||||||
|
|
||||||
.EditEntryScreen-sidebar-help {
|
.EditEntryScreen-sidebar-help {
|
||||||
height: 1fr;
|
height: 1fr;
|
||||||
max-height: 10; /* Altura máxima menor que info */
|
max-height: 12; /* Altura máxima menor que info */
|
||||||
min-height: 8; /* Altura mínima menor */
|
min-height: 8; /* Altura mínima menor */
|
||||||
border: solid $success;
|
border: solid $success;
|
||||||
padding: 1;
|
padding: 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue