Skip to content

Commit

Permalink
Improve light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Jun 8, 2019
1 parent cc8f6b3 commit 5249f52
Show file tree
Hide file tree
Showing 7 changed files with 290 additions and 51 deletions.
2 changes: 0 additions & 2 deletions app/javascript/mastodon/features/list_timeline/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ class ListTimeline extends React.PureComponent {
<Icon id='trash' /> <FormattedMessage id='lists.delete' defaultMessage='Delete list' />
</button>
</div>

<hr />
</ColumnHeader>

<StatusListContainer
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/mastodon/features/lists/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ class Lists extends ImmutablePureComponent {

<NewListForm />

<ColumnSubheading text={intl.formatMessage(messages.subheading)} />
<ScrollableList
scrollKey='lists'
shouldUpdateScroll={shouldUpdateScroll}
emptyMessage={emptyMessage}
prepend={<ColumnSubheading text={intl.formatMessage(messages.subheading)} />}
>
{lists.map(list =>
<ColumnLink key={list.get('id')} to={`/timelines/list/${list.get('id')}`} icon='list-ul' text={list.get('title')} />
Expand Down
Loading

0 comments on commit 5249f52

Please sign in to comment.