Remove use of space-evenly since it is not supported by all browsers

pull/1/head
yflory 7 years ago
parent 7800fa2dcd
commit 95218f0fa1

@ -45,8 +45,7 @@ define([], function () {
flex-shrink: 0; flex-shrink: 0;
display: flex; display: flex;
flex-flow: column; flex-flow: column;
justify-content: center; justify-content: space-around;
justify-content: space-evenly;
align-items: center; align-items: center;
} }
@media screen and (max-height: 800px) { @media screen and (max-height: 800px) {

@ -103,7 +103,7 @@
flex-flow: column; flex-flow: column;
align-items: center; align-items: center;
flex: 1 0 auto; flex: 1 0 auto;
justify-content: space-evenly; justify-content: space-around;
& > div { & > div {
width: 400px; width: 400px;
max-width: 100%; max-width: 100%;

@ -8,7 +8,7 @@
.tools_unselectable(); .tools_unselectable();
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-evenly; justify-content: space-around;
height: auto; height: auto;
min-height: 34px; min-height: 34px;
padding-bottom: 0px; padding-bottom: 0px;

@ -40,7 +40,7 @@
flex: 1; flex: 1;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-evenly; justify-content: space-around;
} }
} }

Loading…
Cancel
Save