Weather: top 55px, left 3px

This commit is contained in:
Sociowire Dev 2026-01-12 03:58:06 +00:00
parent b4414a6fce
commit 0fec70aa40
1 changed files with 2 additions and 2 deletions

View File

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