Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 41a11178

Přidáno uživatelem Václav Honzík před asi 2 roky(ů)

map adjustments

re #9547

Zobrazit rozdíly:

frontend/src/features/TrackingTool/TrackingTool.tsx
1
import { Button, Grid, Stack, Typography } from '@mui/material'
1
import { Button, Divider, Grid, Stack, Typography } from '@mui/material'
2 2
import { Fragment } from 'react'
3 3
import AddIcon from '@mui/icons-material/Add'
4 4
import { MapContainer, Marker, Polyline, Popup, TileLayer } from 'react-leaflet'
......
103 103
                <Grid
104 104
                    item
105 105
                    xs={12}
106
                    md={8}
106
                    md={12}
107 107
                    style={{
108 108
                        minHeight: '60vh',
109 109
                        maxHeight: '100vh',
......
128 128
                        {polylines}
129 129
                    </MapContainer>
130 130
                </Grid>
131
                
131 132
            </Grid>
132 133
        </Fragment>
133 134
    )

Také k dispozici: Unified diff