mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 02:02:14 +01:00 
			
		
		
		
	RTE mode switch styling & cleanup
This commit is contained in:
		
							parent
							
								
									b2459b2dc6
								
							
						
					
					
						commit
						f6ed21559a
					
				@ -29,7 +29,6 @@ limitations under the License.
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.mx_MessageComposer .mx_MessageComposer_avatar {
 | 
			
		||||
    /*display: table-cell;*/
 | 
			
		||||
    padding-left: 10px;
 | 
			
		||||
    padding-right: 28px;
 | 
			
		||||
}
 | 
			
		||||
@ -43,7 +42,6 @@ limitations under the License.
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.mx_MessageComposer_noperm_error {
 | 
			
		||||
    /*display: table-cell;*/
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    height: 60px;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
@ -52,13 +50,18 @@ limitations under the License.
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.mx_MessageComposer_input {
 | 
			
		||||
    /*display: table-cell;*/
 | 
			
		||||
    flex: 1;
 | 
			
		||||
    vertical-align: middle;
 | 
			
		||||
    min-height: 60px;
 | 
			
		||||
    max-height: 120px;
 | 
			
		||||
    display: flex;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
    overflow: auto;
 | 
			
		||||
    transition: 0.6s border-top ease;
 | 
			
		||||
    border-top: 2px solid rgba(255, 255, 255, 0);
 | 
			
		||||
}
 | 
			
		||||
.mx_MessageComposer_input_rte {
 | 
			
		||||
    border-top: 2px solid #76cfa6; /* placeholder RTE indicator */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.mx_MessageComposer_input .DraftEditor-root {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user