Separate Follow/Unfollow and back buttons (#5496)
This commit is contained in:
		
							parent
							
								
									89c77fe225
								
							
						
					
					
						commit
						3e9236b343
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2588,7 +2588,7 @@ button.icon-button.active i.fa-retweet {
 | 
				
			||||||
  color: $primary-text-color;
 | 
					  color: $primary-text-color;
 | 
				
			||||||
  position: absolute;
 | 
					  position: absolute;
 | 
				
			||||||
  top: 10px;
 | 
					  top: 10px;
 | 
				
			||||||
  right: 10px;
 | 
					  left: 10px;
 | 
				
			||||||
  opacity: 0.7;
 | 
					  opacity: 0.7;
 | 
				
			||||||
  display: inline-block;
 | 
					  display: inline-block;
 | 
				
			||||||
  vertical-align: top;
 | 
					  vertical-align: top;
 | 
				
			||||||
| 
						 | 
					@ -2603,7 +2603,7 @@ button.icon-button.active i.fa-retweet {
 | 
				
			||||||
.account--action-button {
 | 
					.account--action-button {
 | 
				
			||||||
  position: absolute;
 | 
					  position: absolute;
 | 
				
			||||||
  top: 10px;
 | 
					  top: 10px;
 | 
				
			||||||
  left: 20px;
 | 
					  right: 20px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.setting-toggle {
 | 
					.setting-toggle {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue