bug/mobile-fixes (#426)

* search dialog rewrite

* lazy-load shopping list

* fit search bar

* event table

* set urls for static content

Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-05-24 20:28:14 -08:00
committed by GitHub
parent 475cafae49
commit 8f8127a5fc
12 changed files with 326 additions and 289 deletions

View File

@@ -75,6 +75,9 @@ export default {
</script>
<style>
.top-dialog {
align-self: flex-start;
}
:root {
scrollbar-color: transparent transparent;
}