summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/sections
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-07-23 22:57:25 +0200
committerJules Laplace <julescarbon@gmail.com>2020-07-23 22:57:25 +0200
commite11d1e37492c209979b8b65a3e802821f513a24c (patch)
treef1f41f7fa1c09eda2f704692e3761f36afbf5e27 /animism-align/frontend/app/views/viewer/sections
parent887e00fcb25182055f5c3bfc1678b41b769e102f (diff)
mouse stuff
Diffstat (limited to 'animism-align/frontend/app/views/viewer/sections')
-rw-r--r--animism-align/frontend/app/views/viewer/sections/sections.css3
-rw-r--r--animism-align/frontend/app/views/viewer/sections/viewer.sections.js2
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() {