Fix weather widget top position (120px)

This commit is contained in:
Sociowire Dev 2026-01-12 03:54:22 +00:00
parent 350ad9b4f7
commit b0eaf5eafa
1 changed files with 1 additions and 1 deletions

View File

@ -1976,7 +1976,7 @@ export default function MapView({
style={{ style={{
position: 'fixed', position: 'fixed',
left: '5px', left: '5px',
top: '240px', top: '120px',
display: 'inline-flex', display: 'inline-flex',
alignItems: 'center', alignItems: 'center',
gap: '5px', gap: '5px',