summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/essay.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-13 14:17:38 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-13 14:17:38 +0200
commitc4afa5d3bedff9bbe1b0b848d3b9f89fe8874632 (patch)
tree508bf280c36a3a2cbb44a084be31c582fed2358c /frontend/site/projects/museum/views/essay.css
parentc16bf17bae91a6dd19c4c4d5c47551217d015898 (diff)
artist essays
Diffstat (limited to 'frontend/site/projects/museum/views/essay.css')
-rw-r--r--frontend/site/projects/museum/views/essay.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/essay.css b/frontend/site/projects/museum/views/essay.css
index 1a80575..3de705d 100644
--- a/frontend/site/projects/museum/views/essay.css
+++ b/frontend/site/projects/museum/views/essay.css
@@ -1,8 +1,14 @@
+.page-essay.page-artists .artist-list {
+ justify-content: flex-start;
+}
.page-essay .page-content {
flex-direction: column;
justify-content: flex-start;
padding-bottom: 10vh;
}
+.page-essay .page-title {
+ cursor: pointer;
+}
.page-essay .page-subtitle {
margin: 0rem 0 2vw 0;
}
@@ -16,6 +22,21 @@
text-decoration: underline;
}
+.page-essay.page-artists .artist-location {
+ padding: 1vh 0;
+ margin: 0;
+ background: #111;
+ pointer-events: auto;
+ cursor: pointer;
+}
+.page-essay.page-artists .artist-detail.visible {
+ overflow-y: auto;
+}
+.page-essay.page-artists .artist-detail.visible::-webkit-scrollbar {
+ display: none;
+}
+
+
.globe {
width: 100%;
margin-bottom: 2vw;