fix button positions

This commit is contained in:
Jonathan Baecker 2020-07-29 11:02:35 +02:00
parent 1b932dccbf
commit 7dad61e6e6

View File

@ -506,18 +506,13 @@ export default {
} }
.control-unit-row .col { .control-unit-row .col {
position: relative;
height: 50%; height: 50%;
min-height: 90px; min-height: 90px;
} }
.control-unit-row .col div { .control-unit-row .col div {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 80%; height: 80%;
margin: .7em 0;
} }
.control-button { .control-button {