diff --git a/README.md b/README.md index 2f8acddc..faca7b9b 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A big shoutout to these brave souls for extensively testing our sandbox and find Also huge shoutout for everyone who has put up a pull request that was pulled: +* Aaron Schrab - 3x!! * Stephen Cavaliere * Andrew Ardill * Shao-Chung Chen @@ -62,6 +63,7 @@ Also huge shoutout for everyone who has put up a pull request that was pulled: * Hamish Macpherson * Cameron Wills * Johan ("josso") +* Frode Austvik Or reported an issue that was successfully closed! diff --git a/build/main.ddc18834.css b/build/main.657245d8.css similarity index 99% rename from build/main.ddc18834.css rename to build/main.657245d8.css index 630d91e3..6bb04de6 100644 --- a/build/main.ddc18834.css +++ b/build/main.657245d8.css @@ -827,9 +827,14 @@ div.levelIcon.solved div.index div.indexNum { width: 50%; } +div.gitDemonstrationView { + width:100%; +} + .gitDemonstrationView > div.demonstrationText { margin-right: 10px; max-height: 400px; + max-width: 450px; overflow-y: scroll; overflow-x: hidden; } diff --git a/index.html b/index.html index 142f8578..36d3080d 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + diff --git a/src/style/main.css b/src/style/main.css index 630d91e3..6bb04de6 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -827,9 +827,14 @@ div.levelIcon.solved div.index div.indexNum { width: 50%; } +div.gitDemonstrationView { + width:100%; +} + .gitDemonstrationView > div.demonstrationText { margin-right: 10px; max-height: 400px; + max-width: 450px; overflow-y: scroll; overflow-x: hidden; }