diff --git a/src/skins/vector/css/matrix-react-sdk/views/messages/MImageBody.css b/src/skins/vector/css/matrix-react-sdk/views/messages/MImageBody.css index 8e1d1cc0b1..b90b54d308 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/messages/MImageBody.css +++ b/src/skins/vector/css/matrix-react-sdk/views/messages/MImageBody.css @@ -25,6 +25,7 @@ limitations under the License. .mx_MImageBody_download { color: #76cfa6; cursor: pointer; + margin-left: -16px; } .mx_MImageBody_download a { @@ -34,7 +35,6 @@ limitations under the License. .mx_MImageBody_download object { padding-right: 4px; - margin-left: -16px; margin-top: -4px; vertical-align: middle; pointer-events: none;