diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/sections')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/sections/sections.css | 3 | ||||
| -rw-r--r-- | animism-align/frontend/app/views/viewer/sections/viewer.sections.js | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/animism-align/frontend/app/views/viewer/sections/sections.css b/animism-align/frontend/app/views/viewer/sections/sections.css index 334e28b..d7e963a 100644 --- a/animism-align/frontend/app/views/viewer/sections/sections.css +++ b/animism-align/frontend/app/views/viewer/sections/sections.css @@ -21,6 +21,7 @@ width: 12rem; margin: 1rem 0 1rem 1rem; font-size: 16px; + cursor: pointer; } .viewer-section > div { height: 20rem; @@ -35,6 +36,6 @@ background-position: center center; } .viewer-sections .section-media { - margin-top: 1rem; + margin-top: 0.75rem; font-size: 12px; } diff --git a/animism-align/frontend/app/views/viewer/sections/viewer.sections.js b/animism-align/frontend/app/views/viewer/sections/viewer.sections.js index 268b6d9..f4089e2 100644 --- a/animism-align/frontend/app/views/viewer/sections/viewer.sections.js +++ b/animism-align/frontend/app/views/viewer/sections/viewer.sections.js @@ -13,7 +13,7 @@ class ViewerSections extends Component { handleSectionSelection(section) { actions.audio.seek(section.start_ts) - actions.viewer.hideSection('sections') + actions.viewer.hideSection('nav') } render() { |
