fix random broken styles
This commit is contained in:
parent
a2547f87b8
commit
0ee39111cb
@ -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.
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user