Merge pull request #2888 from matrix-org/dbkr/dbkr/settings_dialog_width_2
Move SettingsDialog width override to fixedWidth
This commit is contained in:
commit
de4788a3d5
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,6 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_SettingsDialog {
|
.mx_SettingsDialog {
|
||||||
.mx_Dialog {
|
.mx_Dialog {
|
||||||
max-width: 1000px;
|
|
||||||
width: 90%;
|
|
||||||
height: 80%;
|
height: 80%;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
@ -43,8 +41,10 @@ limitations under the License.
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Dialog_fixedWidth {
|
.mx_Dialog_fixedWidth {
|
||||||
width: 100%;
|
max-width: 1000px;
|
||||||
|
width: 90vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue