diff --git a/src/skins/vector/css/atoms/ImageView.css b/src/skins/vector/css/atoms/ImageView.css index 571f6361da..384013e30a 100644 --- a/src/skins/vector/css/atoms/ImageView.css +++ b/src/skins/vector/css/atoms/ImageView.css @@ -95,7 +95,8 @@ limitations under the License. .mx_ImageView_download { display: table; - margin-top: 28px; + margin-top: 24px; + margin-bottom: 6px; border-radius: 5px; background-color: #454545; font-size: 16px; @@ -107,7 +108,7 @@ limitations under the License. .mx_ImageView_button { font-size: 16px; opacity: 0.5; - margin-top: 24px; + margin-top: 18px; cursor: pointer; } diff --git a/src/skins/vector/views/atoms/ImageView.js b/src/skins/vector/views/atoms/ImageView.js index 0cc642f583..69e6e787a7 100644 --- a/src/skins/vector/views/atoms/ImageView.js +++ b/src/skins/vector/views/atoms/ImageView.js @@ -78,7 +78,7 @@ module.exports = React.createClass({
- +