Move weather widget to left edge (5px)

This commit is contained in:
Sociowire Dev 2026-01-12 03:52:23 +00:00
parent 85ebb500bc
commit 350ad9b4f7
1 changed files with 1 additions and 1 deletions

View File

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