Added min height to tier container
All checks were successful
pipeline / build-and-push-images (push) Successful in 31s
pipeline / deploy (push) Successful in 10s

This commit is contained in:
2024-12-07 21:07:08 +01:00
parent d02c1f49b2
commit 7924463ac2

View File

@@ -21,6 +21,7 @@ defineProps<{
<style>
.tierlist-tier-container {
width: 90%;
min-height: 122px;
display: grid;
grid-template-columns: repeat(auto-fit, 128px);