allow for more quick instances now that there is more height (#7252)

This commit is contained in:
Prospector
2026-08-20 14:43:39 -07:00
committed by GitHub
parent 087752312b
commit 816830eea3
@@ -11,7 +11,7 @@ import { getInstanceIconUrl, list } from '@/helpers/instance'
import { instanceKeys } from '@/pages/instance/query-options'
const ITEM_SIZE = 52
const APPROX_USED_VERTICAL_SPACE = 513 // doesn't need to be exact lol just close enough so there's a little gap and no overflow
const APPROX_USED_VERTICAL_SPACE = 475 // doesn't need to be exact lol just close enough so there's a little gap and no overflow
const STORAGE_KEY = 'modrinth-quick-instance-count'
const { handleError } = injectNotificationManager()