diff --git a/explorer.qmd b/explorer.qmd index c73d1de..8571bf6 100644 --- a/explorer.qmd +++ b/explorer.qmd @@ -88,11 +88,29 @@ format: .detail-link { color: #1565c0; text-decoration: none; font-size: 12px; } .detail-link:hover { text-decoration: underline; } .share-btn { - background: #1565c0; color: white; border: none; padding: 4px 12px; - border-radius: 4px; font-size: 12px; cursor: pointer; + background: #1565c0; color: white; border: none; + padding: 10px 16px; border-radius: 6px; + font-size: 14px; font-weight: 500; cursor: pointer; + width: 100%; } .share-btn:hover { background: #0d47a1; } - .share-toast { font-size: 12px; color: #2e7d32; opacity: 0; transition: opacity 0.3s; } + .share-toast { display: block; font-size: 12px; color: #2e7d32; opacity: 0; transition: opacity 0.3s; margin-top: 4px; text-align: center; } + /* Cesium toolbar — relocate to top-left of globe (Hana mockup, #178) */ + .cesium-viewer-toolbar { + top: 5px; + left: 5px; + right: auto !important; + display: flex; + flex-direction: column; + gap: 4px; + align-items: flex-start; + } + .cesium-viewer-toolbar > * { margin-left: 0 !important; } + /* Open baseLayerPicker dropdown to the right since we're left-anchored */ + .cesium-baseLayerPicker-dropDown { + left: 36px; + right: auto; + } .search-bar { display: flex; gap: 6px; margin-bottom: 6px; } .search-bar input { flex: 1; padding: 8px 12px; border: 1px solid #ccc; border-radius: 4px; @@ -314,8 +332,8 @@ Specimen Type ▾
-