Weather widget: top 65px, left 12px - below search bar

This commit is contained in:
Sociowire Dev 2026-01-12 03:56:27 +00:00
parent b0eaf5eafa
commit b4414a6fce
1 changed files with 2 additions and 2 deletions

View File

@ -1975,8 +1975,8 @@ export default function MapView({
onClick={() => setActiveWeatherPost(w)} onClick={() => setActiveWeatherPost(w)}
style={{ style={{
position: 'fixed', position: 'fixed',
left: '5px', left: '12px',
top: '120px', top: '65px',
display: 'inline-flex', display: 'inline-flex',
alignItems: 'center', alignItems: 'center',
gap: '5px', gap: '5px',