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

This commit is contained in:
yflory 2018-05-24 16:09:33 +02:00
parent 7800fa2dcd
commit 95218f0fa1
4 changed files with 4 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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