You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	Fix spacing for message composer buttons
This commit is contained in:
		@@ -185,16 +185,26 @@ limitations under the License.
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.mx_ContextualMenu {
 | 
				
			||||||
 | 
					    .mx_MessageComposer_button {
 | 
				
			||||||
 | 
					        padding-left: calc(var(--size) + 6px);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.mx_MessageComposer_button {
 | 
					.mx_MessageComposer_button {
 | 
				
			||||||
    --size: 26px;
 | 
					    --size: 26px;
 | 
				
			||||||
    position: relative;
 | 
					    position: relative;
 | 
				
			||||||
    margin-right: 6px;
 | 
					 | 
				
			||||||
    cursor: pointer;
 | 
					    cursor: pointer;
 | 
				
			||||||
    height: var(--size);
 | 
					    height: var(--size);
 | 
				
			||||||
    line-height: var(--size);
 | 
					    line-height: var(--size);
 | 
				
			||||||
    width: auto;
 | 
					    width: auto;
 | 
				
			||||||
    padding-left: calc(var(--size) + 5px);
 | 
					    padding-left: var(--size);
 | 
				
			||||||
    border-radius: 100%;
 | 
					    border-radius: 100%;
 | 
				
			||||||
 | 
					    margin-right: 6px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    &:last-child {
 | 
				
			||||||
 | 
					        margin-right: auto;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    &::before {
 | 
					    &::before {
 | 
				
			||||||
        content: '';
 | 
					        content: '';
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user