We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93fc3e2 + fa10a62 commit 08da2b5Copy full SHA for 08da2b5
2 files changed
web/aladin.html
@@ -26,6 +26,7 @@
26
<div class="marker-actions">
27
<button type="button" id="add-marker" class="marker-control">Add marker</button>
28
<button type="button" id="remove-marker" class="marker-control">Remove marker</button>
29
+ <button type="button" id="open-comparison">Compare</button>
30
</div>
31
32
<div class="samples">
web/styles.css
@@ -28,7 +28,7 @@ body {
.hud {
position: fixed;
- top: var(--layout-top-offset);
+ top: calc(var(--layout-top-offset) - 1rem);
left: 1.25rem;
33
width: min(380px, calc(100vw - 2.5rem));
34
max-height: calc(100vh - 2.5rem);
@@ -331,3 +331,4 @@ button:disabled {
331
.hidden {
332
display: none !important;
333
}
334
+
0 commit comments