mirror of
https://github.com/smittix/intercept.git
synced 2026-05-01 10:09:59 -07:00
Fix weather sat auto-scheduler and Mercator tracking
This commit is contained in:
@@ -509,10 +509,64 @@
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
.wxsat-ground-map {
|
||||
height: 200px;
|
||||
background: var(--bg-primary, #0d1117);
|
||||
}
|
||||
.wxsat-ground-map {
|
||||
height: 200px;
|
||||
background: var(--bg-primary, #0d1117);
|
||||
}
|
||||
|
||||
.wxsat-crosshair-icon {
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.wxsat-crosshair-marker {
|
||||
position: relative;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.wxsat-crosshair-h,
|
||||
.wxsat-crosshair-v,
|
||||
.wxsat-crosshair-ring,
|
||||
.wxsat-crosshair-dot {
|
||||
position: absolute;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.wxsat-crosshair-h {
|
||||
top: 50%;
|
||||
left: 2px;
|
||||
right: 2px;
|
||||
height: 1px;
|
||||
background: rgba(255, 76, 76, 0.9);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.wxsat-crosshair-v {
|
||||
left: 50%;
|
||||
top: 2px;
|
||||
bottom: 2px;
|
||||
width: 1px;
|
||||
background: rgba(255, 76, 76, 0.9);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.wxsat-crosshair-ring {
|
||||
inset: 5px;
|
||||
border: 1px solid rgba(255, 76, 76, 0.95);
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 8px rgba(255, 76, 76, 0.45);
|
||||
}
|
||||
|
||||
.wxsat-crosshair-dot {
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
border-radius: 50%;
|
||||
background: #ff4c4c;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
/* ===== Image Gallery Panel ===== */
|
||||
.wxsat-gallery-panel {
|
||||
|
||||
Reference in New Issue
Block a user