From 147bd5aec512964dc4bc34c4f2eb98d7b5d6b5fa Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 20 Jun 2022 19:58:10 +1000 Subject: Remove scrims from tile-info-modal images --- src/components/TileInfoModal.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/TileInfoModal.vue b/src/components/TileInfoModal.vue index bd6cc5d..7e2f81d 100644 --- a/src/components/TileInfoModal.vue +++ b/src/components/TileInfoModal.vue @@ -67,8 +67,7 @@ export default defineComponent({ boxShadow: this.uiOpts.shadowNormal, borderRadius: this.uiOpts.borderRadius + 'px', backgroundImage: imgName != null ? - 'linear-gradient(to bottom, rgba(0,0,0,0.4), #0000 40%, #0000 60%, rgba(0,0,0,0.4) 100%),' + - 'url(\'/img/' + imgName.replaceAll('\'', '\\\'') + '\')' : + 'url(\'/img/' + imgName.replaceAll('\'', '\\\'') + '\')' : 'none', backgroundColor: '#1c1917', backgroundSize: 'cover', -- cgit v1.2.3