Skip to content

Commit 08da2b5

Browse files
authored
Merge pull request #1 from ljfp/VictorMejorasCSS
Visual fixes for aladin
2 parents 93fc3e2 + fa10a62 commit 08da2b5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

web/aladin.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<div class="marker-actions">
2727
<button type="button" id="add-marker" class="marker-control">Add marker</button>
2828
<button type="button" id="remove-marker" class="marker-control">Remove marker</button>
29+
<button type="button" id="open-comparison">Compare</button>
2930
</div>
3031
</div>
3132
<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)