Try a slightly larger HostingSignupDialog

Make HostingSignupBaseDialog larger
pull/21833/head
Jason Robinson 2020-11-26 13:04:04 +02:00
parent 2aa36acae0
commit c818a719bf
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,8 @@ limitations under the License.
*/ */
.mx_HostingSignupDialog .mx_Dialog { .mx_HostingSignupDialog .mx_Dialog {
height: 50%; height: 66%;
min-width: 50%;
} }
.mx_HostingSignupBaseDialog { .mx_HostingSignupBaseDialog {
@ -23,7 +24,7 @@ limitations under the License.
} }
.mx_HostingSignupDialog_container { .mx_HostingSignupDialog_container {
height: 95%; height: 90%;
iframe { iframe {
width: 100%; width: 100%;

View File

@ -138,6 +138,7 @@ export default class HostingSignupDialog extends React.PureComponent<IProps, ISt
onFinished={this.onFinished} onFinished={this.onFinished}
title="Set up your own personal Element host" title="Set up your own personal Element host"
hasCancel={true} hasCancel={true}
fixedWidth={false}
> >
<div className="mx_HostingSignupDialog_container"> <div className="mx_HostingSignupDialog_container">
<iframe <iframe