Fixed flexbox issues with PhantomJS
This commit is contained in:
parent
74d952393a
commit
fe02ee4b6e
@ -4859,8 +4859,10 @@ html[data-ontop] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.github {
|
.github {
|
||||||
@include _(flex, none);
|
@if capable_of(flexbox, true) {
|
||||||
@include _(flex-basis, auto);
|
@include _(flex, none);
|
||||||
|
@include _(flex-basis, auto);
|
||||||
|
}
|
||||||
margin: 0 1em;
|
margin: 0 1em;
|
||||||
}
|
}
|
||||||
.facebook, .external {
|
.facebook, .external {
|
||||||
@ -4883,6 +4885,19 @@ html[data-ontop] {
|
|||||||
margin: 0 0 0 2em;
|
margin: 0 0 0 2em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@if not capable_of(flexbox, true) {
|
||||||
|
margin-top: 5em;
|
||||||
|
|
||||||
|
.external {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-info {
|
||||||
|
float: right;
|
||||||
|
margin-top: -3.5em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.check-box-field,
|
.check-box-field,
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"chrome": ["55"]
|
"chrome": ["55"]
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"safari": ["5"],
|
"safari": ["5", "5.1"],
|
||||||
"and_chr": ["57"],
|
"and_chr": ["57"],
|
||||||
"chrome": ["57"],
|
"chrome": ["57"],
|
||||||
"edge": ["13"],
|
"edge": ["13"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user