mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Added an overide for the view source so that it behaves correctly with the new Modal. Also tweaked the spinner overide
This commit is contained in:
parent
3cfcc13387
commit
28108476bd
@ -47,7 +47,7 @@ module.exports = React.createClass({
|
|||||||
var ViewSource = sdk.getComponent('structures.ViewSource');
|
var ViewSource = sdk.getComponent('structures.ViewSource');
|
||||||
Modal.createDialog(ViewSource, {
|
Modal.createDialog(ViewSource, {
|
||||||
mxEvent: this.props.mxEvent
|
mxEvent: this.props.mxEvent
|
||||||
});
|
}, 'mx_Dialog_viewsource');
|
||||||
if (this.props.onFinished) this.props.onFinished();
|
if (this.props.onFinished) this.props.onFinished();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -148,10 +148,18 @@ input[type=text]:focus, textarea:focus {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Spinner Dialog overide */
|
||||||
.mx_Dialog_wrapper.mx_Dialog_spinner .mx_Dialog {
|
.mx_Dialog_wrapper.mx_Dialog_spinner .mx_Dialog {
|
||||||
width: auto;
|
width: auto;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* View Source Dialog overide */
|
||||||
|
.mx_Dialog_wrapper.mx_Dialog_viewsource .mx_Dialog {
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Dialog {
|
.mx_Dialog {
|
||||||
|
Loading…
Reference in New Issue
Block a user