aboutsummaryrefslogtreecommitdiff
path: root/src/components/TileInfoModal.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-20 19:58:10 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-20 19:58:10 +1000
commit147bd5aec512964dc4bc34c4f2eb98d7b5d6b5fa (patch)
tree8950152e6e9e2b2995aaff94e4dfcb4a10a1684a /src/components/TileInfoModal.vue
parent9a7bb3db01fe2e99ccc12285c63323bc67c278e8 (diff)
Remove scrims from tile-info-modal images
Diffstat (limited to 'src/components/TileInfoModal.vue')
-rw-r--r--src/components/TileInfoModal.vue3
1 files changed, 1 insertions, 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',