Merge branch 'home-page-change' of ssh://git.mnml.gg:40022/~/mnml into home-page-change
This commit is contained in:
commit
7dc22bca90
@ -235,6 +235,9 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
overflow: hidden;
|
||||||
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.combat-anim svg {
|
.combat-anim svg {
|
||||||
@ -339,6 +342,9 @@
|
|||||||
.skill-animation {
|
.skill-animation {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
stroke-width: 5px;
|
stroke-width: 5px;
|
||||||
|
overflow: hidden;
|
||||||
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
// height: 5em;
|
// height: 5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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) {
|
||||||
|
|||||||
@ -70,7 +70,7 @@ function JoinButtons(args) {
|
|||||||
<div></div>
|
<div></div>
|
||||||
<AccountBox />
|
<AccountBox />
|
||||||
<div class="instance-ctrl-btns">
|
<div class="instance-ctrl-btns">
|
||||||
<button disabled={true} >Chat</button>
|
<button disabled={true}>Chat</button>
|
||||||
<button
|
<button
|
||||||
class='pvp ready full'
|
class='pvp ready full'
|
||||||
onClick={() => sendInstanceState(instances[0].id)}
|
onClick={() => sendInstanceState(instances[0].id)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user