diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-05-01 18:58:46 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-05-01 18:58:59 +1000 |
| commit | ec29e5731136c74a1991e2f93b5e233747f2a230 (patch) | |
| tree | 4f1c5263184c14431a5bd4f972072dc5edbbafd1 /src/components/TileInfoModal.vue | |
| parent | 56125407641ec8c633de7a5ee24cdd28c5221010 (diff) | |
Fix non-inclusion of canonical-names without english alt-names
Also fix lack of placeholder-image display in tile-info modal.
Diffstat (limited to 'src/components/TileInfoModal.vue')
| -rw-r--r-- | src/components/TileInfoModal.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/TileInfoModal.vue b/src/components/TileInfoModal.vue index 4718c88..47ad987 100644 --- a/src/components/TileInfoModal.vue +++ b/src/components/TileInfoModal.vue @@ -22,6 +22,7 @@ export default defineComponent({ 'linear-gradient(to bottom, rgba(0,0,0,0.4), #0000 40%, #0000 60%, rgba(0,0,0,0.4) 100%),' + 'url(\'/img/' + this.tolNode.img.filename.replaceAll('\'', '\\\'') + '\')' : 'none', + backgroundColor: '#1c1917', width: this.uiOpts.infoModalImgSz + 'px', height: this.uiOpts.infoModalImgSz + 'px', backgroundSize: 'cover', |
