Skip to content

Commit

Permalink
Merge pull request #1439 from LorenzoAncora/develop-1
Browse files Browse the repository at this point in the history
Fix invisible maximized passages
  • Loading branch information
klembot authored Aug 22, 2023
2 parents 0b724a7 + 1360be4 commit 72ab731
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## twinejs

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

### SYNOPSIS

Expand Down
1 change: 1 addition & 0 deletions src/dialogs/about-twine/credits.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"code": [
"Chris Klimas",
"Lorenzo Ancora",
"Leon Arnott",
"Ingrid Cheung",
"Daithi O Crualaoich",
Expand Down
6 changes: 5 additions & 1 deletion src/dialogs/passage-edit/passage-edit-stack.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
width: 100%;
}

.maximized .passage-edit-stack {
height: 100%;
}

.passage-edit-stack.collapsed {
flex-grow: 0;
/* Height is calculated in the component. */
Expand All @@ -13,4 +17,4 @@
height: 1em;
width: 1em;
transform: translateY(0.65em);
}
}

0 comments on commit 72ab731

Please sign in to comment.