File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 2828
2929.hud {
3030 position : fixed;
31- top : var (--layout-top-offset );
31+ top : calc ( var (--layout-top-offset ) - 1 rem );
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+
You can’t perform that action at this time.
0 commit comments