style: set size of icon button (#3560)
This commit is contained in:
		
							parent
							
								
									5409b78f9f
								
							
						
					
					
						commit
						6262409184
					
				@ -171,6 +171,8 @@ export const CurrentUser = () => {
 | 
				
			|||||||
      className={css`
 | 
					      className={css`
 | 
				
			||||||
        display: inline-block;
 | 
					        display: inline-block;
 | 
				
			||||||
        vertical-align: top;
 | 
					        vertical-align: top;
 | 
				
			||||||
 | 
					        width: 46px;
 | 
				
			||||||
 | 
					        height: 46px;
 | 
				
			||||||
        &:hover {
 | 
					        &:hover {
 | 
				
			||||||
          background: rgba(255, 255, 255, 0.1) !important;
 | 
					          background: rgba(255, 255, 255, 0.1) !important;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
@ -69,6 +69,8 @@ export const Help = () => {
 | 
				
			|||||||
      className={css`
 | 
					      className={css`
 | 
				
			||||||
        display: inline-block;
 | 
					        display: inline-block;
 | 
				
			||||||
        vertical-align: top;
 | 
					        vertical-align: top;
 | 
				
			||||||
 | 
					        width: 46px;
 | 
				
			||||||
 | 
					        height: 46px;
 | 
				
			||||||
        &:hover {
 | 
					        &:hover {
 | 
				
			||||||
          background: rgba(255, 255, 255, 0.1) !important;
 | 
					          background: rgba(255, 255, 255, 0.1) !important;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user