forked from cybrespace/pinafore
		
	improve toolbar button touch target size
This commit is contained in:
		
							parent
							
								
									4e48146fb5
								
							
						
					
					
						commit
						163f55875d
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -157,12 +157,11 @@
 | 
				
			||||||
  .status-toolbar {
 | 
					  .status-toolbar {
 | 
				
			||||||
    grid-area: status-toolbar;
 | 
					    grid-area: status-toolbar;
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    margin: 5px 10px 5px 5px;
 | 
					 | 
				
			||||||
    justify-content: space-between;
 | 
					    justify-content: space-between;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .status-toolbar button {
 | 
					  .status-toolbar button {
 | 
				
			||||||
    padding: 0;
 | 
					    padding: 6px 10px;
 | 
				
			||||||
    background: none;
 | 
					    background: none;
 | 
				
			||||||
    border: none;
 | 
					    border: none;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue