fix regressions introduced by 00b7cc512b

This commit is contained in:
Matthew Hodgson 2018-04-29 04:41:30 +01:00
parent be523b3edc
commit 8538cc1666
2 changed files with 3 additions and 3 deletions

View file

@ -50,13 +50,13 @@ limitations under the License.
margin-right: 0px;
}
.mx_FilePanel .mx_EventTile .mx_MImageBody_download {
.mx_FilePanel .mx_EventTile .mx_MFileBody_download {
display: flex;
font-size: 14px;
color: $event-timestamp-color;
}
.mx_FilePanel .mx_EventTile .mx_MImageBody_downloadLink {
.mx_FilePanel .mx_EventTile .mx_MFileBody_downloadLink {
flex: 1 1 auto;
color: $light-fg-color;
}