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:
		
							parent
							
								
									add644eeb0
								
							
						
					
					
						commit
						d4e8f77a8b
					
				
					 2 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue