Polish inspector mobile layout
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-20 02:07:24 +02:00
parent c7d00fd8dc
commit 27b9219383
8 changed files with 166 additions and 10 deletions
@@ -24,9 +24,9 @@ export function VectorControls({
onRunVectorIntersect,
}: VectorControlsProps) {
return (
<div>
<div className="dataset-tool-panel vector-tool-panel">
<h3>Vector operations</h3>
<div>
<div className="dataset-tool-group">
<label>
Clip area
<select value={selectedClipAreaId} onChange={(event) => onSetSelectedClipAreaId(event.target.value)}>
@@ -44,7 +44,7 @@ export function VectorControls({
<button type="button" onClick={onRunVectorBuffer}>
Run buffer (25m)
</button>
<div>
<div className="dataset-tool-group">
<label>
Intersect target
<select value={selectedIntersectTargetId} onChange={(event) => onSetSelectedIntersectTargetId(event.target.value)}>