Mobile devices and RRPSFD support
This commit is contained in:
25
static/small-screens.css
Normal file
25
static/small-screens.css
Normal file
@@ -0,0 +1,25 @@
|
||||
@media (max-width: 1200px) {
|
||||
#game-canvas {
|
||||
width: calc(100% - 300px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
html {
|
||||
zoom: 75%;
|
||||
}
|
||||
|
||||
#game {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#game-tools {
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
#game-canvas {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {}
|
||||
Reference in New Issue
Block a user