Skip to content

Commit 9d20de3

Browse files
committed
lautaro xd
1 parent 888d43d commit 9d20de3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

web/aladin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<input id="fits-url" type="url" placeholder="https://data.nasa.gov/sample.fits" aria-label="FITS file URL" />
2424
<button type="button" id="load-url">Load URL</button>
2525
</div>
26-
<div class="comparison">
27-
<button type="button" id="open-comparison">Compare</button>
26+
2827
<div class="marker-actions">
2928
<button type="button" id="add-marker" class="marker-control">Add marker</button>
3029
<button type="button" id="remove-marker" class="marker-control">Remove marker</button>
30+
<button type="button" id="open-comparison">Compare</button>
3131
</div>
3232
</div>
3333
<div class="samples">

web/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828

2929
.hud {
3030
position: fixed;
31-
top: var(--layout-top-offset);
31+
top: calc(var(--layout-top-offset) - 1rem);
3232
left: 1.25rem;
3333
width: min(380px, calc(100vw - 2.5rem));
3434
max-height: calc(100vh - 2.5rem);
@@ -331,3 +331,4 @@ button:disabled {
331331
.hidden {
332332
display: none !important;
333333
}
334+

0 commit comments

Comments
 (0)