mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
wip: update for season 4
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user