diff --git a/client/assets/mnni.svg b/client/assets/mnni.svg
index 3b4b744b..2977381b 100644
--- a/client/assets/mnni.svg
+++ b/client/assets/mnni.svg
@@ -11,8 +11,8 @@
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="2100mm"
- height="1100mm"
- viewBox="0 0 2100 1100"
+ height="2100mm"
+ viewBox="0 0 2100 2100"
version="1.1"
id="svg16"
inkscape:version="0.92.1 r15371"
@@ -2008,15 +2008,15 @@
id="g4989">
@@ -2459,9 +2459,9 @@
inkscape:pageshadow="2"
inkscape:zoom="0.079573438"
inkscape:cx="3528.1874"
- inkscape:cy="583.63933"
+ inkscape:cy="3097.0409"
inkscape:document-units="mm"
- inkscape:current-layer="layer2"
+ inkscape:current-layer="layer1"
showgrid="true"
inkscape:snap-grids="true"
inkscape:window-width="1920"
@@ -2515,7 +2515,7 @@
id="layer2"
inkscape:label="boxes"
style="display:none"
- transform="translate(0,100)">
+ transform="translate(0,1100)">
diff --git a/client/assets/styles/controls.less b/client/assets/styles/controls.less
index b465938d..6349f182 100644
--- a/client/assets/styles/controls.less
+++ b/client/assets/styles/controls.less
@@ -117,6 +117,10 @@ aside {
font-size: 200%;
animation: co 0.75s cubic-bezier(0, 0, 1, 1) 0s infinite alternate;
}
+
+ .flex {
+ flex: 1;
+ }
}
.abandon:not([disabled]) {
diff --git a/client/src/components/play.ctrl.jsx b/client/src/components/play.ctrl.jsx
index 39f11fc0..d267b670 100644
--- a/client/src/components/play.ctrl.jsx
+++ b/client/src/components/play.ctrl.jsx
@@ -16,7 +16,7 @@ function JoinButtons(args) {
-
+