More max widths

This commit is contained in:
Marco van Dijk 2022-03-06 00:13:15 +01:00
parent f1cc7c8336
commit 87baf60e4c

View File

@ -135,10 +135,10 @@ const Livepeer = (obj) => {
}}> }}>
<img alt="" src="livepeer.png" width="100em" height="100em" /> <img alt="" src="livepeer.png" width="100em" height="100em" />
</button> </button>
<div className="row" style={{ alignItems: 'stretch', height: '100%', flex: 2, padding: '0.2em' }}> <div className="row" style={{ alignItems: 'stretch', height: '100%', flex: 2, padding: '0.2em', maxWidth: "1100px" }}>
<Orchestrator thisOrchestrator={thisOrchObj} rootOnly={false} /> <Orchestrator thisOrchestrator={thisOrchObj} rootOnly={false} />
</div> </div>
<div className="stroke metaSidebar showNeverOnMobile" style={{ padding: 0, flex: 1 }}> <div className="stroke metaSidebar showNeverOnMobile" style={{ padding: 0, maxWidth: "300px" }}>
<div className="row" style={{ margin: 0, padding: 0 }}> <div className="row" style={{ margin: 0, padding: 0 }}>
<h3 style={{ margin: 0, padding: 0 }}>Smart contract prices</h3> <h3 style={{ margin: 0, padding: 0 }}>Smart contract prices</h3>
</div> </div>