fix up dynamically loaded svgs, and fix bottomleftmenu

This commit is contained in:
Matthew Hodgson 2016-01-05 03:34:25 +00:00
parent bbf08d99cc
commit b996022db2
11 changed files with 103 additions and 9 deletions

View file

@ -32,6 +32,10 @@ limitations under the License.
text-decoration: none;
}
.mx_MImageBody_download img {
padding-right: 8px;
.mx_MImageBody_download object {
padding-right: 4px;
margin-left: -16px;
margin-top: -4px;
vertical-align: middle;
pointer-events: none;
}