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)}
|
||||
style={{
|
||||
position: 'fixed',
|
||||
left: '24px',
|
||||
left: '5px',
|
||||
top: '240px',
|
||||
display: 'inline-flex',
|
||||
alignItems: 'center',
|
||||
|
|
|
|||
Loading…
Reference in New Issue