[Mobile] Multiple mobile Safari fixes

open #74
New mixins to prefix '-webkit-' to props and vals;
'flex' classes use new webkit mixins;
Fixed flex layout of .object-browse-bar and
.context-available element;
Migrated CSS to remove small .scss include files;
This commit is contained in:
Charles Hacskaylo
2015-08-27 17:05:50 -07:00
parent 683b3f7511
commit 54bf39344a
10 changed files with 197 additions and 246 deletions

View File

@@ -159,7 +159,7 @@
}
.pane.right-repr {
left: 0 !important;
transform: translateX($proporMenuOnly);
@include webkitProp(transform, translateX($proporMenuOnly));
#content-area {
opacity: 0;
}