fix: responsive fix on instance list

This commit is contained in:
Ben Allfree 2023-10-18 00:39:51 -07:00
parent 4d9463194c
commit 0583dce2bf

View File

@ -5,7 +5,7 @@
import { globalInstancesStore } from '$util/stores' import { globalInstancesStore } from '$util/stores'
// Convert the object of objects into an array of objects // Convert the object of objects into an array of objects
const allInstancesArray = Object.values($globalInstancesStore) $: allInstancesArray = Object.values($globalInstancesStore)
</script> </script>
<Card height="h-auto"> <Card height="h-auto">