Skip to content

Commit 72ab731

Browse files
authored
Merge pull request #1439 from LorenzoAncora/develop-1
Fix invisible maximized passages
2 parents 0b724a7 + 1360be4 commit 72ab731

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## twinejs
22

3-
by Chris Klimas, Leon Arnott, Daithi O Crualaoich, Ingrid Cheung, Thomas Michael
4-
Edwards, Micah Fitch, Juhana Leinonen, Michael Savich, and Ross Smith
3+
by Chris Klimas, Lorenzo Ancora, Leon Arnott, Daithi O Crualaoich, Ingrid Cheung,
4+
Thomas Michael Edwards, Micah Fitch, Juhana Leinonen, Michael Savich, and Ross Smith
55

66
### SYNOPSIS
77

src/dialogs/about-twine/credits.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"code": [
33
"Chris Klimas",
4+
"Lorenzo Ancora",
45
"Leon Arnott",
56
"Ingrid Cheung",
67
"Daithi O Crualaoich",

src/dialogs/passage-edit/passage-edit-stack.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
width: 100%;
44
}
55

6+
.maximized .passage-edit-stack {
7+
height: 100%;
8+
}
9+
610
.passage-edit-stack.collapsed {
711
flex-grow: 0;
812
/* Height is calculated in the component. */
@@ -13,4 +17,4 @@
1317
height: 1em;
1418
width: 1em;
1519
transform: translateY(0.65em);
16-
}
20+
}

0 commit comments

Comments
 (0)