Weather widget: top 65px, left 12px - below search bar
This commit is contained in:
parent
b0eaf5eafa
commit
b4414a6fce
|
|
@ -1975,8 +1975,8 @@ export default function MapView({
|
|||
onClick={() => setActiveWeatherPost(w)}
|
||||
style={{
|
||||
position: 'fixed',
|
||||
left: '5px',
|
||||
top: '120px',
|
||||
left: '12px',
|
||||
top: '65px',
|
||||
display: 'inline-flex',
|
||||
alignItems: 'center',
|
||||
gap: '5px',
|
||||
|
|
|
|||
Loading…
Reference in New Issue