summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/sections
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-08-13 20:15:08 +0200
committerJules Laplace <julescarbon@gmail.com>2020-08-13 20:15:08 +0200
commit45cf182c73a6eb019bf7e61cafa3ca117b014ddb (patch)
tree52dec0319e4fdbd0c2028dd3a6765ad3508d834c /animism-align/frontend/app/views/viewer/sections
parenta0cfa87f52a9ba82a3f35878bbe7ab8221804e60 (diff)
gallery vs carousel
Diffstat (limited to 'animism-align/frontend/app/views/viewer/sections')
-rw-r--r--animism-align/frontend/app/views/viewer/sections/sections.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/sections/sections.css b/animism-align/frontend/app/views/viewer/sections/sections.css
index 0ca84a2..621df22 100644
--- a/animism-align/frontend/app/views/viewer/sections/sections.css
+++ b/animism-align/frontend/app/views/viewer/sections/sections.css
@@ -16,7 +16,7 @@
transform: translateZ(0) translateY(0);
}
.checklist-open .viewer-sections {
- transform: translateZ(0) translateY(calc(3rem - 100vh - 4px));
+ transform: translateZ(0) translateY(calc(3rem - 100vh));
z-index: 20;
}
@@ -27,6 +27,7 @@
white-space: nowrap;
overflow-y: auto;
}
+/*
.viewer-sections-scroll::-webkit-scrollbar {
cursor: pointer;
user-select: none;
@@ -44,6 +45,7 @@
display: block;
background: #000;
}
+*/
/* clickable section indicators */
@@ -55,6 +57,9 @@
font-size: 16px;
cursor: pointer;
}
+.viewer-sections .viewer-section:last-child {
+ margin-right: 1rem;
+}
.viewer-section > div {
height: 20rem;
}