forked from cybrespace/mastodon
		
	Fix layout of the report page on smaller screens in admin UI (#17523)
Fix #17491
This commit is contained in:
		
							parent
							
								
									4a0b6e3e5e
								
							
						
					
					
						commit
						e848d281d5
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -1187,6 +1187,10 @@ a.sparkline {
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  @media screen and (max-width: 930px) {
 | 
				
			||||||
 | 
					    grid-template-columns: minmax(0, 1fr);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.account-card {
 | 
					.account-card {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue