Added option to get user location directly from the app

This commit is contained in:
Paweł Malak
2022-02-14 13:58:57 +01:00
parent 2d5cce9fdb
commit 76dc3c44c8
3 changed files with 18 additions and 11 deletions

View File

@@ -23,7 +23,7 @@
.InputGroup span {
font-size: 12px;
color: var(--color-primary)
color: var(--color-primary);
}
.InputGroup span a {
@@ -37,4 +37,4 @@
.InputGroup textarea {
resize: none;
height: 50vh;
}
}