Skip to content

Commit ef736e2

Browse files
authored
feat: add Satisfactory Interactive Map th.gl tool link (#211)
* Add Satisfactory Interactive Maps by TH.GL * Contain images with different aspect ratio * Prettify
1 parent 1d65000 commit ef736e2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/lib/components/general/FicsitCard.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<div class="logo max-h-full min-h-full min-w-full max-w-full bg-neutral-500" />
8888
{:else}
8989
<img
90-
class="logo absolute max-h-full min-h-full min-w-full max-w-full transition-opacity delay-100 duration-200 ease-linear"
90+
class="logo absolute max-h-full min-h-full min-w-full max-w-full object-contain transition-opacity delay-100 duration-200 ease-linear"
9191
class:invisible={!imageLoaded}
9292
class:opacity-0={!imageLoaded}
9393
src={renderedLogo}

src/routes/tools/+page.svelte

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
66
// cspell:ignore SatisGraphtory tehalexf thinkaliker Moritz
77
const tools: Tool[] = [
8+
{
9+
name: 'Satisfactory Interactive Map',
10+
author: 'DevLeon',
11+
logo: 'https://www.th.gl/satisfactory.jpg',
12+
description:
13+
'Explore Satisfactory 1.0 with this Interactive Map and In-Game App! Minimap, real-Time position tracking, full-text search, custom drawings, and more!',
14+
link: 'https://satisfactory.th.gl/'
15+
},
816
{
917
name: 'Satisfactory Calculator Interactive Map (SCIM)',
1018
author: 'Anthor',

0 commit comments

Comments
 (0)