mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Move SettingsDialog width override to fixedWidth
Move the width overrides to the container so it's the same thing dictating its size as the rest of the dialogs
This commit is contained in:
parent
a53d9f59fe
commit
833b46d040
1 changed files with 5 additions and 2 deletions
|
@ -16,8 +16,6 @@ limitations under the License.
|
|||
|
||||
.mx_SettingsDialog {
|
||||
.mx_Dialog {
|
||||
max-width: 1000px;
|
||||
width: 90%;
|
||||
height: 80%;
|
||||
border-radius: 4px;
|
||||
padding-top: 0;
|
||||
|
@ -46,5 +44,10 @@ limitations under the License.
|
|||
.mx_Dialog_fixedWidth {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_Dialog_fixedWidth {
|
||||
max-width: 1000px;
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue