fix: tighten earth hud interactions
This commit is contained in:
@@ -635,6 +635,14 @@ input[type="range"]::-webkit-slider-thumb {
|
||||
transform: translate(-50%, 0);
|
||||
}
|
||||
|
||||
#zoom-control-group.force-closed #zoom-toolbar,
|
||||
#info-control-group.force-closed #info-toolbar {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
pointer-events: none;
|
||||
transform: translate(-50%, 8px);
|
||||
}
|
||||
|
||||
#zoom-control-group #zoom-toolbar .zoom-percent {
|
||||
min-width: 0;
|
||||
width: 42px;
|
||||
|
||||
@@ -184,6 +184,7 @@
|
||||
0 10px 24px rgba(0, 0, 0, 0.16);
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.info-card.no-border {
|
||||
@@ -216,6 +217,7 @@
|
||||
overflow-y: auto;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: rgba(160, 220, 255, 0.45) transparent;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
#info-card-content::-webkit-scrollbar {
|
||||
@@ -240,6 +242,7 @@
|
||||
justify-content: space-between;
|
||||
padding: 6px;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.info-card-property:last-child {
|
||||
|
||||
Reference in New Issue
Block a user