diff --git a/README.md b/README.md index 5b93499ee..2bfc235ee 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/dialogs/about-twine/credits.json b/src/dialogs/about-twine/credits.json index 6441a5a0d..b6f766894 100644 --- a/src/dialogs/about-twine/credits.json +++ b/src/dialogs/about-twine/credits.json @@ -1,6 +1,7 @@ { "code": [ "Chris Klimas", + "Lorenzo Ancora", "Leon Arnott", "Ingrid Cheung", "Daithi O Crualaoich", diff --git a/src/dialogs/passage-edit/passage-edit-stack.css b/src/dialogs/passage-edit/passage-edit-stack.css index d532f6a41..d5f283950 100644 --- a/src/dialogs/passage-edit/passage-edit-stack.css +++ b/src/dialogs/passage-edit/passage-edit-stack.css @@ -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. */ @@ -13,4 +17,4 @@ height: 1em; width: 1em; transform: translateY(0.65em); -} \ No newline at end of file +}