fix shit
This commit is contained in:
parent
6c4674d00b
commit
aca772263a
@ -273,7 +273,7 @@ CRYP DAMAGE
|
|||||||
border-top: 1px solid purple;
|
border-top: 1px solid purple;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img {
|
.game .img {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
|
|||||||
@ -146,7 +146,7 @@
|
|||||||
|
|
||||||
.instance-cryp {
|
.instance-cryp {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto min-content;
|
grid-template-columns: 1fr 1fr;
|
||||||
grid-template-rows: min-content auto min-content;
|
grid-template-rows: min-content auto min-content;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"sp sp"
|
"sp sp"
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
const toast = require('izitoast');
|
const toast = require('izitoast');
|
||||||
const cbor = require('borc');
|
const cbor = require('borc');
|
||||||
|
|
||||||
const testGame = require('./test.game');
|
// const testGame = require('./test.game');
|
||||||
|
|
||||||
const SOCKET_URL = process.env.NODE_ENV === 'production' ? 'wss://cryps.gg/ws' : 'ws://localhost:40000';
|
const SOCKET_URL = process.env.NODE_ENV === 'production' ? 'wss://cryps.gg/ws' : 'ws://localhost:40000';
|
||||||
|
|
||||||
@ -311,7 +311,7 @@ function createSocket(events) {
|
|||||||
events.setAccount(account);
|
events.setAccount(account);
|
||||||
sendAccountInstances();
|
sendAccountInstances();
|
||||||
sendAccountCryps();
|
sendAccountCryps();
|
||||||
console.log(testGame);
|
// console.log(testGame);
|
||||||
events.setGame(testGame(account.id));
|
events.setGame(testGame(account.id));
|
||||||
clearGameStateTimeout();
|
clearGameStateTimeout();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -541,4 +541,10 @@ section .top {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1500px) {
|
||||||
|
.cryps {
|
||||||
|
font-size: 75%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user