Add Smartphone screen favourite back button and adjust styles (#4813)
* Feat add get-back button on favourite columnHeader * Style adjust nice looking get-back button * Fix delete media query and add padding right * fix: restore padding and add lastchild style for back-button
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							aec5097d44
						
					
				
				
					commit
					13ffa3c59e
				
			@@ -77,6 +77,7 @@ export default class Favourites extends ImmutablePureComponent {
 | 
			
		||||
          onClick={this.handleHeaderClick}
 | 
			
		||||
          pinned={pinned}
 | 
			
		||||
          multiColumn={multiColumn}
 | 
			
		||||
          showBackButton
 | 
			
		||||
        />
 | 
			
		||||
 | 
			
		||||
        <StatusList
 | 
			
		||||
 
 | 
			
		||||
@@ -1622,6 +1622,10 @@
 | 
			
		||||
  &:hover {
 | 
			
		||||
    text-decoration: underline;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &:last-child {
 | 
			
		||||
    padding: 0 15px 0 0;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.column-back-button__icon {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user