* Add button to unblock blocked accounts from their profile * Add “Blocked” badge in place of “Follows you” when the user is blocked * Add “Muted” badge (below “follows you” badge)
This commit is contained in:
		@@ -2808,6 +2808,22 @@ a.status-card {
 | 
			
		||||
  border-radius: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.account--muting-info {
 | 
			
		||||
  color: $primary-text-color;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 40px;
 | 
			
		||||
  left: 10px;
 | 
			
		||||
  opacity: 0.7;
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  vertical-align: top;
 | 
			
		||||
  background-color: rgba($base-overlay-background, 0.4);
 | 
			
		||||
  text-transform: uppercase;
 | 
			
		||||
  font-size: 11px;
 | 
			
		||||
  font-weight: 500;
 | 
			
		||||
  padding: 4px;
 | 
			
		||||
  border-radius: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.account--action-button {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 10px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user