wip: update for season 4

This commit is contained in:
2023-12-08 02:02:15 +00:00
parent 7872a2ffec
commit 02d8dc7171
26 changed files with 8362 additions and 6161 deletions

View File

@@ -1,5 +1,5 @@
<template>
<q-page>
<q-page class="custom-width">
<div class="column masonry-container">
<div class="flex-break hidden item"></div>
<div class="flex-break item"></div>
@@ -8,7 +8,7 @@
<div class="flex-break item"></div>
<div class="flex-break item"></div>
<ChainTiers
title="Information"
:title="expansionInfoItem.title"
:col-break="false"
class="masonry-col item"
>
@@ -63,8 +63,9 @@ import { initialiseMermaid } from 'composables/mermaid';
initialiseMermaid();
const expansionInfoItem = ref({
icon: icons.landOfLionsIcon,
text: 'All chains from Base Game through Season 2 (Land of Lions).'
title: 'Base Game',
icon: icons.siteLogoIcon,
text: 'All chains for Base Game (including ratios, fuel, electricity and building materials)'
});
</script>
@@ -88,11 +89,15 @@ $column: 6;
}
.masonry-container {
height: 5600px;
height: 2850px;
.masonry-col {
width: 1000px;
padding: 1px;
}
}
.custom-width {
width: 6100px;
}
</style>