Merge pull request #2886 from matrix-org/dbkr/fix_fixedwidth_dialog

Fix fixed width dialogs
This commit is contained in:
David Baker 2019-04-08 13:53:58 +01:00 committed by GitHub
commit c245eae390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,7 +268,6 @@ textarea {
font-size: 15px;
position: relative;
padding: 25px 30px 30px 30px;
max-width: 704px;
max-height: 80%;
box-shadow: 2px 15px 30px 0 $dialog-shadow-color;
border-radius: 4px;
@ -277,6 +276,7 @@ textarea {
.mx_Dialog_fixedWidth {
width: 60vw;
max-width: 704px;
}
.mx_Dialog_staticWrapper .mx_Dialog {