Let the player take 90% of the screen by default
This commit is contained in:
parent
d181d53f4c
commit
e9138ab303
@ -47,7 +47,7 @@ export default class DownloadButton extends React.PureComponent {
|
|||||||
</MenuItem>
|
</MenuItem>
|
||||||
</Dropdown.Menu>
|
</Dropdown.Menu>
|
||||||
|
|
||||||
<Modal show={this.state.showModal} onHide={this.hideModal}>
|
<Modal show={this.state.showModal} onHide={this.hideModal} dialogClassName="player-modal">
|
||||||
<Modal.Header closeButton>
|
<Modal.Header closeButton>
|
||||||
<Modal.Title>
|
<Modal.Title>
|
||||||
<i className="fa fa-globe"></i>
|
<i className="fa fa-globe"></i>
|
||||||
|
@ -65,3 +65,7 @@ div.sweet-alert > h2 {
|
|||||||
display: inherit;
|
display: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.player-modal {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user