mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 23:22:26 -05:00 
			
		
		
		
	[chore/frogend] domain blocklist layout on smaller screens (#1436)
This commit is contained in:
		
					parent
					
						
							
								b63b1b6f55
							
						
					
				
			
			
				commit
				
					
						0ed50c172e
					
				
			
		
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -470,7 +470,7 @@ label { | |||
| 
 | ||||
| 	.entry { | ||||
| 		display: grid; | ||||
| 		grid-template-columns: 15rem 1fr; | ||||
| 		grid-template-columns: max(30%, 10rem) 1fr; | ||||
| 		gap: 0.5rem; | ||||
| 		align-items: start; | ||||
| 		border: $boxshadow-border; | ||||
|  | @ -496,3 +496,10 @@ label { | |||
| 		color: $fg; | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
| @media screen and (max-width: 30rem) { | ||||
| 	.domain-blocklist .entry { | ||||
| 		grid-template-columns: 1fr; | ||||
| 		gap: 0; | ||||
| 	} | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue