mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-02 20:02:25 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			No EOL
		
	
	
		
			575 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			No EOL
		
	
	
		
			575 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.status {
 | 
						|
	&.indent-1 {
 | 
						|
		margin-left: 0.5rem;
 | 
						|
	}
 | 
						|
 | 
						|
	&.indent-2 {
 | 
						|
		margin-left: 1rem;
 | 
						|
	}
 | 
						|
 | 
						|
	&.indent-3 {
 | 
						|
		margin-left: 1.5rem;
 | 
						|
	}
 | 
						|
 | 
						|
	&.indent-4 {
 | 
						|
		margin-left: 2rem;
 | 
						|
	}
 | 
						|
 | 
						|
	&.indent-5 {
 | 
						|
		margin-left: 2.5rem;
 | 
						|
	}
 | 
						|
 | 
						|
	&.indent-1,
 | 
						|
	&.indent-2,
 | 
						|
	&.indent-3,
 | 
						|
	&.indent-4,
 | 
						|
	&.indent-5 {
 | 
						|
		.status-link {
 | 
						|
			margin-left: -0.5rem;
 | 
						|
			border-left: 0.15rem dashed $border-accent;
 | 
						|
		}
 | 
						|
	}
 | 
						|
 | 
						|
	border-radius: 0;
 | 
						|
	&:last-child {
 | 
						|
		border-bottom-left-radius: $br;
 | 
						|
		border-bottom-right-radius: $br;
 | 
						|
 | 
						|
		.status-info {
 | 
						|
			border-bottom-left-radius: $br;
 | 
						|
			border-bottom-right-radius: $br;
 | 
						|
		}
 | 
						|
	}
 | 
						|
} |