last changes

This commit is contained in:
2023-08-15 12:48:43 +00:00
parent c29765dd09
commit c9135d03cf
17 changed files with 138 additions and 72 deletions

View File

@@ -36,7 +36,7 @@
}
</script>
<div class="worldcard" style="overflow-x: scroll;">
<div class="worldcard">
<div class="worldcard">
{#each col.worldCard.row as row}
<div class="wc-row">
@@ -74,8 +74,8 @@
display: flex;
align-items: flex-start;
flex-direction: column;
width: 100vw;
max-width: 1800px;
width: 100%;
max-width: 95vw;
& > .worldcard {
gap: 0px !important;
@@ -83,13 +83,14 @@
flex-direction: column;
.wc-row {
display: flex;
max-width: 100%;
height: fit-content;
}
}
.selectboxes {
width: 100%;
max-width: 100vw;
max-width: 95vw;
display: flex;
flex-direction: column;
align-items: flex-start;
@@ -102,6 +103,7 @@
.prop-row {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
gap: 10px;
}
}