Merge pull request #4448 from matrix-org/t3chguy/imageview

ImageView make clicking off it easier
pull/21833/head
Michael Telatynski 2020-04-20 13:55:20 +01:00 committed by GitHub
commit bc5fe12a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ limitations under the License.
order: 2;
/* min-width hack needed for FF */
min-width: 0px;
height: 90%;
max-height: 90%;
flex: 15 15 0;
display: flex;
align-items: center;