From ec29e5731136c74a1991e2f93b5e233747f2a230 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 1 May 2022 18:58:46 +1000 Subject: Fix non-inclusion of canonical-names without english alt-names Also fix lack of placeholder-image display in tile-info modal. --- src/components/TileInfoModal.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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', -- cgit v1.2.3