mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
refactor: polish map module ui/ux
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user