player widths calc
This commit is contained in:
parent
9294471f47
commit
18f2ab5f7a
@ -3,7 +3,6 @@
|
||||
|
||||
*PRODUCTION*
|
||||
|
||||
* vbox phase skill list navigator (overlay maybe?)
|
||||
* can't reset password without knowing password =\
|
||||
|
||||
* mobile styles
|
||||
@ -19,6 +18,7 @@
|
||||
|
||||
* ACP
|
||||
* essential
|
||||
|
||||
* audio
|
||||
* treats
|
||||
* susbcriber gold name in instance
|
||||
|
||||
@ -19,6 +19,9 @@
|
||||
/* stops overflow */
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
|
||||
// timer is 0.25 w/ 1em margin
|
||||
width: calc(90% - 1.25em);
|
||||
}
|
||||
|
||||
.player {
|
||||
@ -28,7 +31,6 @@
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
height: 50%;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.opponent {
|
||||
@ -37,7 +39,6 @@
|
||||
position: absolute;
|
||||
top: 0;
|
||||
height: 35%;
|
||||
width: 90%;
|
||||
margin-top: 0.5em;
|
||||
|
||||
.game-construct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user