Break out the web/native image picking code and make some progress on the web version

This commit is contained in:
Paul Frazee 2023-01-27 15:51:24 -06:00
parent 0673129b20
commit 7916b26aad
21 changed files with 738 additions and 138 deletions

View file

@ -13,8 +13,7 @@
#app-root { display:flex; height:100%; }
/* Remove focus state on inputs */
input:focus,
textarea:focus {
*:focus {
outline: 0;
}
</style>