[Glitch] Fix missing background behind dismissable banner in web UI
Port 33bd8eccd5 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									b0c76eaadd
								
							
						
					
					
						commit
						1138d44c7d
					
				
					 1 changed files with 14 additions and 18 deletions
				
			
		|  | @ -45,13 +45,10 @@ class Statuses extends PureComponent { | ||||||
|     const emptyMessage = <FormattedMessage id='empty_column.explore_statuses' defaultMessage='Nothing is trending right now. Check back later!' />; |     const emptyMessage = <FormattedMessage id='empty_column.explore_statuses' defaultMessage='Nothing is trending right now. Check back later!' />; | ||||||
| 
 | 
 | ||||||
|     return ( |     return ( | ||||||
|       <> |  | ||||||
|         <DismissableBanner id='explore/statuses'> |  | ||||||
|           <FormattedMessage id='dismissable_banner.explore_statuses' defaultMessage='These are posts from across the social web that are gaining traction today. Newer posts with more boosts and favorites are ranked higher.' /> |  | ||||||
|         </DismissableBanner> |  | ||||||
| 
 |  | ||||||
|       <StatusList |       <StatusList | ||||||
|         trackScroll |         trackScroll | ||||||
|  |         prepend={<DismissableBanner id='explore/statuses'><FormattedMessage id='dismissable_banner.explore_statuses' defaultMessage='These are posts from across the social web that are gaining traction today. Newer posts with more boosts and favorites are ranked higher.' /></DismissableBanner>} | ||||||
|  |         alwaysPrepend | ||||||
|         timelineId='explore' |         timelineId='explore' | ||||||
|         statusIds={statusIds} |         statusIds={statusIds} | ||||||
|         scrollKey='explore-statuses' |         scrollKey='explore-statuses' | ||||||
|  | @ -62,7 +59,6 @@ class Statuses extends PureComponent { | ||||||
|         bindToDocument={!multiColumn} |         bindToDocument={!multiColumn} | ||||||
|         withCounters |         withCounters | ||||||
|       /> |       /> | ||||||
|       </> |  | ||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue