style(aerial): 위성 촬영 요청 상단 간격 축소
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
부모
f0fee9d92b
커밋
0549fb879f
@ -192,9 +192,9 @@ export function SatelliteRequest() {
|
||||
const bsInputStyle = { border: '1px solid #21262d', background: '#161b22', color: '#e2e8f0' }
|
||||
|
||||
return (
|
||||
<div className="overflow-y-auto py-5 px-6" style={{ height: mainTab === 'map' ? '100%' : undefined }}>
|
||||
<div className="overflow-y-auto py-2 px-6" style={{ height: mainTab === 'map' ? '100%' : undefined }}>
|
||||
{/* 헤더 + 탭 + 새요청 한 줄 */}
|
||||
<div className="flex items-center gap-4 mb-4">
|
||||
<div className="flex items-center gap-4 mb-2">
|
||||
<div className="flex items-center gap-2.5 shrink-0">
|
||||
<div className="w-8 h-8 rounded-lg flex items-center justify-center text-base" style={{ background: 'linear-gradient(135deg,rgba(59,130,246,.2),rgba(168,85,247,.2))', border: '1px solid rgba(59,130,246,.3)' }}>🛰</div>
|
||||
<div className="text-[13px] font-bold font-korean text-text-1">위성 촬영 요청</div>
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user