diff --git a/src/components/Layout.js b/src/components/Layout.js index b9b7c37..365859e 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -123,6 +123,7 @@ class Dashboard extends React.Component { actions.toggleFilter('tags', tag), onCategoryFilter: category => actions.toggleFilter('categories', category), onSelectNarrative: this.setNarrative diff --git a/src/components/Overlay/Media.js b/src/components/Overlay/Media.js index c060407..bb036a1 100644 --- a/src/components/Overlay/Media.js +++ b/src/components/Overlay/Media.js @@ -64,7 +64,7 @@ class SourceOverlay extends React.Component { {(type || date || url) ?
- {type ?

Media type

: null} + {type ?

Evidence type

: null} {type ?

perm_media{type}

: null}
diff --git a/src/components/Toolbar/Layout.js b/src/components/Toolbar/Layout.js index 8b69479..adb271b 100644 --- a/src/components/Toolbar/Layout.js +++ b/src/components/Toolbar/Layout.js @@ -158,7 +158,7 @@ class Toolbar extends React.Component { return (
-

{title}

+

{title}

{this.renderToolbarTab(0, narrativesLabel, 'timeline')} {(isCategories) ? this.renderToolbarTab(1, categoriesLabel, 'widgets') : null} diff --git a/src/scss/overlay.scss b/src/scss/overlay.scss index 0e158b3..5428bc9 100644 --- a/src/scss/overlay.scss +++ b/src/scss/overlay.scss @@ -267,6 +267,7 @@ $overlay-bg: rgba(239,239,239,0.9); font-family: Helvetica, Georgia, serif; line-height: 1.5em; min-width: 100%; + margin-bottom: 120px; color: $overlay-bg;