generated from cms/tibi-docs
last changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user