diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c00e91..06e1a152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [1.5.7] - 2019-10-18 +## [1.6.0] - 2019-10-18 +### Added +- Subscriber chat! + ### Changed - Made available skill / effect information during the combat phase. - Highlighting a skill replace the effect area with the skill description including speed multiplier. diff --git a/client/assets/styles/footer.less b/client/assets/styles/footer.less index cf9b6012..96791e70 100644 --- a/client/assets/styles/footer.less +++ b/client/assets/styles/footer.less @@ -3,6 +3,7 @@ footer { flex-flow: row wrap; grid-area: footer; margin: 0; + z-index: 10; button { margin: 0; diff --git a/client/assets/styles/game.less b/client/assets/styles/game.less index 909a088a..ef445028 100644 --- a/client/assets/styles/game.less +++ b/client/assets/styles/game.less @@ -123,7 +123,6 @@ button { width: 100%; height: 2em; - height: 25%; margin-right: 1em; } button.active { diff --git a/client/assets/styles/styles.less b/client/assets/styles/styles.less index 7150057e..1cb6f712 100644 --- a/client/assets/styles/styles.less +++ b/client/assets/styles/styles.less @@ -14,7 +14,7 @@ html body { -ms-user-select: none; overflow-x: hidden; - // overflow-y: hidden; + overflow-y: hidden; } #mnml { @@ -26,7 +26,7 @@ html body { /* stops inspector going skitz*/ overflow-x: hidden; - // overflow-y: hidden; + overflow-y: hidden; } // @media (min-width: 1921px) {