fix: redesign earth hud interactions and legend behavior
This commit is contained in:
@@ -1,18 +1,13 @@
|
||||
/* earth-stats */
|
||||
|
||||
#earth-stats {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
background-color: rgba(10, 10, 30, 0.85);
|
||||
border-radius: 10px;
|
||||
border-radius: 18px;
|
||||
padding: 15px;
|
||||
width: 250px;
|
||||
z-index: 10;
|
||||
box-shadow: 0 0 20px rgba(0, 150, 255, 0.3);
|
||||
border: 1px solid rgba(0, 150, 255, 0.2);
|
||||
font-size: 0.9rem;
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
#earth-stats .stats-item {
|
||||
@@ -31,18 +26,13 @@
|
||||
}
|
||||
|
||||
#satellite-info {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
right: 290px;
|
||||
background-color: rgba(10, 10, 30, 0.9);
|
||||
border-radius: 10px;
|
||||
border-radius: 18px;
|
||||
padding: 15px;
|
||||
width: 220px;
|
||||
z-index: 10;
|
||||
box-shadow: 0 0 20px rgba(0, 229, 255, 0.3);
|
||||
border: 1px solid rgba(0, 229, 255, 0.3);
|
||||
font-size: 0.85rem;
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
#satellite-info .stats-item {
|
||||
|
||||
Reference in New Issue
Block a user