fix random broken styles

This commit is contained in:
ntr 2019-10-18 17:14:11 +11:00
parent a2547f87b8
commit 0ee39111cb
4 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). 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 ### Changed
- Made available skill / effect information during the combat phase. - Made available skill / effect information during the combat phase.
- Highlighting a skill replace the effect area with the skill description including speed multiplier. - Highlighting a skill replace the effect area with the skill description including speed multiplier.

View File

@ -3,6 +3,7 @@ footer {
flex-flow: row wrap; flex-flow: row wrap;
grid-area: footer; grid-area: footer;
margin: 0; margin: 0;
z-index: 10;
button { button {
margin: 0; margin: 0;

View File

@ -123,7 +123,6 @@
button { button {
width: 100%; width: 100%;
height: 2em; height: 2em;
height: 25%;
margin-right: 1em; margin-right: 1em;
} }
button.active { button.active {

View File

@ -14,7 +14,7 @@ html body {
-ms-user-select: none; -ms-user-select: none;
overflow-x: hidden; overflow-x: hidden;
// overflow-y: hidden; overflow-y: hidden;
} }
#mnml { #mnml {
@ -26,7 +26,7 @@ html body {
/* stops inspector going skitz*/ /* stops inspector going skitz*/
overflow-x: hidden; overflow-x: hidden;
// overflow-y: hidden; overflow-y: hidden;
} }
// @media (min-width: 1921px) { // @media (min-width: 1921px) {