treetrail-frontend/src/app/map-view/map-view.component.scss

13 lines
121 B
SCSS
Raw Normal View History

2024-10-19 11:53:15 +02:00
:host {
display: flex;
height: 100%;
width: 100%;
}
:host > div {
width: 100%;
}
app-map-info {
height: 0%;
}