1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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

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 {