refactor: polish map module ui/ux

This commit is contained in:
Rainer Killinger
2022-09-08 14:44:20 +00:00
parent 37dd29a60f
commit 855531fefb
20 changed files with 119 additions and 77 deletions

View File

@@ -4,6 +4,7 @@ ion-content {
div.map-container {
width: 100%;
height: 100%;
position: fixed;
}
& > div {
overflow: hidden;
@@ -33,7 +34,7 @@ ion-toolbar:first-of-type {
div.floating-content {
display: block;
position: absolute;
position: fixed;
left: 0;
right: 0;
bottom: 0;
@@ -41,7 +42,7 @@ ion-toolbar:first-of-type {
width: 100%;
padding: 0 var(--spacing-md) 8vh;
justify-content: center;
ion-card {
margin: 0;
}