Skip to content

Commit

Permalink
Fix side by side layout on mobile safari closes #179
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwise committed Aug 3, 2015
1 parent d4a8f88 commit 22b74fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiled/css/themes/timeline.theme.dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion compiled/css/timeline.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion source/less/slider/VCO.Slide.less
Expand Up @@ -254,7 +254,7 @@
display: -webkit-flex; /* Safari */
display: flex;
flex-direction:column-reverse;

-webkit-flex-direction:column-reverse; /* Safari */
position:static;
height:auto;
padding-left:50px;
Expand Down Expand Up @@ -304,6 +304,7 @@
.vco-slide-content-container {
.vco-slide-content {
flex-direction:column;
-webkit-flex-direction:column; /* Safari */
.vco-media {
border-top: none;
padding-top:0px;
Expand Down

0 comments on commit 22b74fd

Please sign in to comment.