From 67143551a9f816ac5c65dbb9687c1e70caddf7a9 Mon Sep 17 00:00:00 2001 From: Alexandra DM Date: Thu, 3 Mar 2022 17:01:46 -0500 Subject: [PATCH] design tweaks --- src/client/components/Collections/Collection.js | 11 +++-------- src/client/components/Collections/CollectionList.js | 10 ++++++---- src/client/components/Intro.css | 3 +-- src/client/components/SearchList.js | 4 ++-- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/src/client/components/Collections/Collection.js b/src/client/components/Collections/Collection.js index 12fecbc8..42374e0f 100644 --- a/src/client/components/Collections/Collection.js +++ b/src/client/components/Collections/Collection.js @@ -224,17 +224,12 @@ export default class CollectionList extends Component { ALL COLLECTIONS ➔ {this.props.search.title.toUpperCase()} - + - Collection Description: { this.props.search.description || 'No description provided for this collection.' } + Description: { this.props.search.description || 'No description provided for this collection.' }
Collected by + @{this.props.search.creator.twitterScreenName}
- - - Collected by - @{this.props.search.creator.twitterScreenName} - -
diff --git a/src/client/components/Collections/CollectionList.js b/src/client/components/Collections/CollectionList.js index 95b6732c..385505e9 100644 --- a/src/client/components/Collections/CollectionList.js +++ b/src/client/components/Collections/CollectionList.js @@ -34,18 +34,20 @@ export default class CollectionList extends Component { return ( <> - + - { this.props.settings.instanceDescription } + + COLLECTIONS + - COLLECTIONS - Here you will find all active collections being collected by our DocNow users. Use the Find Me beta  feature to learn if your content is in a collection and how you can specify or revoke consent. + { this.props.settings.instanceDescription }
+ All active collections being collected by our DocNow users are listed below. Use the Find Me beta  feature to learn if your content is in a collection and how you can specify or revoke consent.
diff --git a/src/client/components/Intro.css b/src/client/components/Intro.css index 53897060..4d4195bb 100644 --- a/src/client/components/Intro.css +++ b/src/client/components/Intro.css @@ -13,11 +13,10 @@ border-radius: 10px; padding: 8px; margin: 0 10% 0 10%; + text-align: center; } .Intro button { margin-left: 20px; min-width: 250px; } - - diff --git a/src/client/components/SearchList.js b/src/client/components/SearchList.js index 832b6bec..9f11a2d6 100644 --- a/src/client/components/SearchList.js +++ b/src/client/components/SearchList.js @@ -35,7 +35,7 @@ export default class SearchList extends Component { if (ids.length > 0) { this.props.getSearchesCounts(ids) } - } + } } render() { @@ -44,7 +44,7 @@ export default class SearchList extends Component { return ( <> - Activate a search to start collecting, view insights beta into collections, and download Tweet IDs for sharing. + Activate a search to start collecting, view insights beta  into collections, and download Tweet IDs for sharing.