mirror of
				https://github.com/lunaisnotaboy/mastodon.git
				synced 2025-11-04 06:45:01 +00:00 
			
		
		
		
	Change "Allow trends without prior review' setting to include statuses
Port SCSS changes from 546672e292 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									fdfacb0ec0
								
							
						
					
					
						commit
						1ce29aeabf
					
				| 
						 | 
				
			
			@ -204,7 +204,8 @@
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
.account-role,
 | 
			
		||||
.simple_form .recommended {
 | 
			
		||||
.simple_form .recommended,
 | 
			
		||||
.simple_form .not_recommended {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  padding: 4px 6px;
 | 
			
		||||
  cursor: default;
 | 
			
		||||
| 
						 | 
				
			
			@ -229,6 +230,12 @@
 | 
			
		|||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.simple_form .not_recommended {
 | 
			
		||||
  color: lighten($error-red, 12%);
 | 
			
		||||
  background-color: rgba(lighten($error-red, 12%), 0.1);
 | 
			
		||||
  border-color: rgba(lighten($error-red, 12%), 0.5);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.account__header__fields {
 | 
			
		||||
  max-width: 100vw;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -103,7 +103,8 @@ code {
 | 
			
		|||
        }
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      .recommended {
 | 
			
		||||
      .recommended,
 | 
			
		||||
      .not_recommended {
 | 
			
		||||
        position: absolute;
 | 
			
		||||
        margin: 0 4px;
 | 
			
		||||
        margin-top: -2px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue