aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionViewChromes.tsx
diff options
context:
space:
mode:
authorStanley Yip <33562077+yipstanley@users.noreply.github.com>2019-07-30 19:40:08 -0400
committerGitHub <noreply@github.com>2019-07-30 19:40:08 -0400
commit80e6356692da7bffaad2efccf01500173c488de0 (patch)
tree230fe76c093084c45105ec4c3b7a53f80b3eba86 /src/client/views/collections/CollectionViewChromes.tsx
parent53b8bd7ff75ee500c999a4cbc87ed75e59ef1c21 (diff)
parentb26a257e09b9f4d8375806acb7ad143802b93603 (diff)
Merge pull request #234 from browngraphicslab/toggle_claire
added toggle button
Diffstat (limited to 'src/client/views/collections/CollectionViewChromes.tsx')
-rw-r--r--src/client/views/collections/CollectionViewChromes.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionViewChromes.tsx b/src/client/views/collections/CollectionViewChromes.tsx
index afa81c342..3bf96bf60 100644
--- a/src/client/views/collections/CollectionViewChromes.tsx
+++ b/src/client/views/collections/CollectionViewChromes.tsx
@@ -189,7 +189,7 @@ export class CollectionViewBaseChrome extends React.Component<CollectionViewChro
render() {
return (
- <div className="collectionViewChrome-cont" style={{ marginTop: this._collapsed ? -70 : 0, height: 70 }}>
+ <div className="collectionViewChrome-cont" style={{ top: this._collapsed ? -100 : 0 }}>
<div className="collectionViewChrome">
<div className="collectionViewBaseChrome">
<button className="collectionViewBaseChrome-collapse"