Skip to content

Commit

Permalink
Improve the uploading experience for smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
oparoz committed Feb 13, 2016
1 parent 28c5fab commit cdfed6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
5 changes: 5 additions & 0 deletions css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
margin-right: 0 !important;
}

/* shorten elements for mobile */
#uploadprogressbar {
width: 50px;
}

}
17 changes: 8 additions & 9 deletions templates/part.content.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,22 @@
'jquery.iframe-transport'
]
);

style(
'files',
[
'upload'
]
);
style(
$_['appName'],
[
'styles',
'share',
'mobile',
'github-markdown',
'slideshow',
'gallerybutton',
'upload'
]
);
style(
'files',
[
'upload'
'upload',
'mobile',
]
);
?>
Expand Down

0 comments on commit cdfed6f

Please sign in to comment.