mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Make canvas use all the space it can use.
This commit is contained in:
parent
1e7926fc81
commit
1ebd24b869
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ span.stats {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
canvas {
|
||||||
|
aspect-ratio: 4 / 3;
|
||||||
|
width: 100%
|
||||||
|
}
|
||||||
|
|
||||||
.global-row {
|
.global-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue