Move weather widget to left edge (5px)
This commit is contained in:
parent
85ebb500bc
commit
350ad9b4f7
|
|
@ -1975,7 +1975,7 @@ export default function MapView({
|
||||||
onClick={() => setActiveWeatherPost(w)}
|
onClick={() => setActiveWeatherPost(w)}
|
||||||
style={{
|
style={{
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
left: '24px',
|
left: '5px',
|
||||||
top: '240px',
|
top: '240px',
|
||||||
display: 'inline-flex',
|
display: 'inline-flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue