Weather: top 55px, left 3px
This commit is contained in:
parent
b4414a6fce
commit
0fec70aa40
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue