Move inline style to stylesheet
This commit is contained in:
parent
6699c4faed
commit
015093b371
2 changed files with 12 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue