1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-26 06:19:36 +02:00

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;
}
}