Merge pull request #2639 from matrix-org/bwindels/imagepreviewclosebutto

fix close button being half off screen
This commit is contained in:
Bruno Windels 2019-02-14 16:56:17 +01:00 committed by GitHub
commit ce1728ce67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,8 @@ limitations under the License.
.mx_ImageView_cancel {
position: absolute;
top: 0px;
// hack for mx_Dialog having a top padding of 40px
top: 40px;
right: 0px;
padding: 35px;
cursor: pointer;