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)}
|
onClick={() => setActiveWeatherPost(w)}
|
||||||
style={{
|
style={{
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
left: '5px',
|
left: '12px',
|
||||||
top: '120px',
|
top: '65px',
|
||||||
display: 'inline-flex',
|
display: 'inline-flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
gap: '5px',
|
gap: '5px',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue