mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-03 21:22:25 -06:00 
			
		
		
		
	
		
			
	
	
		
			21 lines
		
	
	
	
		
			221 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			21 lines
		
	
	
	
		
			221 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
								 | 
							
								.hidden {
							 | 
						||
| 
								 | 
							
									display: none;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.nounderline {
							 | 
						||
| 
								 | 
							
									text-decoration: none;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.accent {
							 | 
						||
| 
								 | 
							
									color: $acc1;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.text-cutoff {
							 | 
						||
| 
								 | 
							
									text-overflow: ellipsis;
							 | 
						||
| 
								 | 
							
									overflow: hidden;
							 | 
						||
| 
								 | 
							
									white-space: nowrap;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.wrap-text {
							 | 
						||
| 
								 | 
							
									word-wrap: anywhere; 
							 | 
						||
| 
								 | 
							
								}
							 |