mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-20 00:31:39 -08:00
32 lines
458 B
CSS
32 lines
458 B
CSS
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
.aladin-zoomControl {
|
|
top: 80% !important;
|
|
}
|
|
|
|
.aladin {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 85vh;
|
|
}
|
|
|
|
.twentytwenty-handle::before {
|
|
background: rgba(255, 255, 255, 0.3) !important;
|
|
}
|
|
|
|
.twentytwenty-handle::after {
|
|
background: rgba(255, 255, 255, 0.3) !important;
|
|
}
|
|
|
|
#al2 .aladin-layersControl-container {
|
|
left: unset;
|
|
right: 4px;
|
|
}
|
|
|
|
#al2 .aladin-box {
|
|
left: unset;
|
|
right: 4px;
|
|
}
|