mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Try a slightly larger HostingSignupDialog
Make HostingSignupBaseDialog larger
This commit is contained in:
parent
2aa36acae0
commit
c818a719bf
@ -15,7 +15,8 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_HostingSignupDialog .mx_Dialog {
|
||||
height: 50%;
|
||||
height: 66%;
|
||||
min-width: 50%;
|
||||
}
|
||||
|
||||
.mx_HostingSignupBaseDialog {
|
||||
@ -23,7 +24,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_HostingSignupDialog_container {
|
||||
height: 95%;
|
||||
height: 90%;
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
|
@ -138,6 +138,7 @@ export default class HostingSignupDialog extends React.PureComponent<IProps, ISt
|
||||
onFinished={this.onFinished}
|
||||
title="Set up your own personal Element host"
|
||||
hasCancel={true}
|
||||
fixedWidth={false}
|
||||
>
|
||||
<div className="mx_HostingSignupDialog_container">
|
||||
<iframe
|
||||
|
Loading…
Reference in New Issue
Block a user