Fix weather widget top position (120px)
This commit is contained in:
parent
350ad9b4f7
commit
b0eaf5eafa
|
|
@ -1976,7 +1976,7 @@ export default function MapView({
|
||||||
style={{
|
style={{
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
left: '5px',
|
left: '5px',
|
||||||
top: '240px',
|
top: '120px',
|
||||||
display: 'inline-flex',
|
display: 'inline-flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
gap: '5px',
|
gap: '5px',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue