mirror of https://github.com/vector-im/riot-web
				
				
				
			Fix spacing for message composer buttons
							parent
							
								
									b13fdb698c
								
							
						
					
					
						commit
						dc979a33a1
					
				|  | @ -185,16 +185,26 @@ limitations under the License. | |||
|     } | ||||
| } | ||||
| 
 | ||||
| .mx_ContextualMenu { | ||||
|     .mx_MessageComposer_button { | ||||
|         padding-left: calc(var(--size) + 6px); | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| .mx_MessageComposer_button { | ||||
|     --size: 26px; | ||||
|     position: relative; | ||||
|     margin-right: 6px; | ||||
|     cursor: pointer; | ||||
|     height: var(--size); | ||||
|     line-height: var(--size); | ||||
|     width: auto; | ||||
|     padding-left: calc(var(--size) + 5px); | ||||
|     padding-left: var(--size); | ||||
|     border-radius: 100%; | ||||
|     margin-right: 6px; | ||||
| 
 | ||||
|     &:last-child { | ||||
|         margin-right: auto; | ||||
|     } | ||||
| 
 | ||||
|     &::before { | ||||
|         content: ''; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Germain Souquet
						Germain Souquet