You've already forked AstralRinth
forked from didirus/AstralRinth
fix rendering/calculation of maxProjectsPerRow in homepage (#872)
This commit is contained in:
@@ -203,8 +203,8 @@ const handleOptionsClick = async (args) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const maxInstancesPerRow = ref(0)
|
const maxInstancesPerRow = ref(1)
|
||||||
const maxProjectsPerRow = ref(0)
|
const maxProjectsPerRow = ref(1)
|
||||||
|
|
||||||
const calculateCardsPerRow = () => {
|
const calculateCardsPerRow = () => {
|
||||||
// Calculate how many cards fit in one row
|
// Calculate how many cards fit in one row
|
||||||
|
|||||||
Reference in New Issue
Block a user