[Glitch] Improvements to the single column layout

Port 0e445ebb13 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-05-26 02:55:37 +02:00
committed by ThibG
parent d99a661f08
commit ff88387a4a
8 changed files with 89 additions and 29 deletions

View File

@@ -59,7 +59,7 @@ export default class FollowRequests extends ImmutablePureComponent {
}
return (
<Column name='follow-requests' icon='users' heading={intl.formatMessage(messages.heading)}>
<Column name='follow-requests' icon='user-plus' heading={intl.formatMessage(messages.heading)}>
<ColumnBackButtonSlim />
<ScrollContainer scrollKey='follow_requests' shouldUpdateScroll={this.shouldUpdateScroll}>