Move inline style to stylesheet

This commit is contained in:
Luke Barnard 2018-05-18 11:33:33 +01:00
parent 6699c4faed
commit 015093b371
2 changed files with 12 additions and 8 deletions

View file

@ -35,3 +35,13 @@ limitations under the License.
// Make sure the _thumbnail is positioned relative to the _container
position: relative;
}
.mx_MImageBody_thumbnail_spinner {
display: flex;
align-items: center;
width: 100%;
}
.mx_MImageBody_thumbnail_spinner img {
margin: auto;
}