Added min height to tier container
This commit is contained in:
@@ -21,6 +21,7 @@ defineProps<{
|
||||
<style>
|
||||
.tierlist-tier-container {
|
||||
width: 90%;
|
||||
min-height: 122px;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, 128px);
|
||||
|
||||
Reference in New Issue
Block a user