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)} onClick={() => setActiveWeatherPost(w)}
style={{ style={{
position: 'fixed', position: 'fixed',
left: '12px', left: '3px',
top: '65px', top: '55px',
display: 'inline-flex', display: 'inline-flex',
alignItems: 'center', alignItems: 'center',
gap: '5px', gap: '5px',