mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 02:02:14 +01:00 
			
		
		
		
	Merge pull request #1822 from vector-im/wmwragg/spinner-fix
Wmwragg/spinner fix
This commit is contained in:
		
						commit
						25eb2e2daf
					
				@ -47,7 +47,7 @@ module.exports = React.createClass({
 | 
			
		||||
        var ViewSource = sdk.getComponent('structures.ViewSource');
 | 
			
		||||
        Modal.createDialog(ViewSource, {
 | 
			
		||||
            mxEvent: this.props.mxEvent
 | 
			
		||||
        });
 | 
			
		||||
        }, 'mx_Dialog_viewsource');
 | 
			
		||||
        if (this.props.onFinished) this.props.onFinished();
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -148,6 +148,20 @@ input[type=text]:focus, textarea:focus {
 | 
			
		||||
    justify-content: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Spinner Dialog overide */
 | 
			
		||||
.mx_Dialog_wrapper.mx_Dialog_spinner .mx_Dialog {
 | 
			
		||||
    width: auto;
 | 
			
		||||
    border-radius: 8px;
 | 
			
		||||
    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 {
 | 
			
		||||
    background-color: #fff;
 | 
			
		||||
    color: #747474;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user