Skip to content

Commit b655e41

Browse files
committed
Add a note above the neuroglancer viewer
1 parent a729dc4 commit b655e41

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@
150150
overflow: hidden;
151151
}
152152

153+
.viewer-card-note {
154+
font-size: 0.9rem;
155+
color: var(--ifm-color-emphasis-900);
156+
margin-top: -0.5rem;
157+
margin-bottom: 0.5rem;
158+
}
159+
153160
.viewer-card-mobile-message {
154161
display: none;
155162
}

src/pages/mri-xray.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ hide_table_of_contents: true
2828

2929
<div className="viewer-card">
3030
<h3>🔍 Explore the data</h3>
31+
<p className="viewer-card-note">Each layer can be toggled on and off by selecting its name. Note that some layers may take a few moments to load.</p>
3132
<iframe src="https://neuroglancer-demo.appspot.com/#!https://dandiarchive.s3.amazonaws.com/blobs/f6b/759/f6b75920-36c0-403e-a8a1-200d66a9e00d" title="Neuroglancer" allow="fullscreen"></iframe>
3233
</div>

0 commit comments

Comments
 (0)