From 4d5e5fb6ce0f4d9010e71d8efc58400245d138e5 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Thu, 2 Feb 2023 20:08:27 +0100 Subject: [PATCH] min-width flex; position alt below lightbox --- content/games/switch/tactics-ogre-reborn.md | 2 +- data/webmentions.json | 56 +++++++++++++++++++ .../assets/js/codex.js | 2 +- .../assets/sass/_codex.sass | 5 +- 4 files changed, 61 insertions(+), 4 deletions(-) diff --git a/content/games/switch/tactics-ogre-reborn.md b/content/games/switch/tactics-ogre-reborn.md index ce2b03d..4902461 100644 --- a/content/games/switch/tactics-ogre-reborn.md +++ b/content/games/switch/tactics-ogre-reborn.md @@ -77,4 +77,4 @@ Some more bonus links: - [Class stat growth rates explained](https://asvel-github-io.translate.goog/tacticsogre/growths?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp) - [A class tier list video with explanation](https://www.youtube.com/watch?v=e6xP3eqNd0Q) - [The Tactics Ogre: Reborn offical ResetERA thread](https://www.resetera.com/threads/tactics-ogre-reborn-ot-i-cant-believe-its-not-final-fantasy-tactics-reborn.653235/page-55) - +- [Tactics Ogre Reborn Particularities: a Guide](https://steamcommunity.com/sharedfiles/filedetails/?id=2902182654) diff --git a/data/webmentions.json b/data/webmentions.json index 5565d20..951aa74 100644 --- a/data/webmentions.json +++ b/data/webmentions.json @@ -1,4 +1,60 @@ [ + { + "author": { + "name": "Jefklak", + "picture": "/pictures/jefklakscodex.com" + }, + "name": "Might & Magic VIII: Day of the Destroyer, a Playthrough Report", + "content": "It’s been too long since I’ve taken another stab at one of my many love/hate relationships; this time arguably the last good installment in New World Computing’s Might & Magic genre: Might & Magic VIII: Day of the Destroyer, or simply shortened...", + "published": "2023-02-01T00:00:00+00:00", + "url": "https://jefklakscodex.com/games/pc/might-and-magic-viii/", + "type": "mention", + "source": "https://jefklakscodex.com/games/pc/might-and-magic-viii/", + "target": "https://jefklakscodex.com/games/pc/might-and-magic-vii", + "relativeTarget": "/games/pc/might-and-magic-vii" + }, + { + "author": { + "name": "Jefklak", + "picture": "/pictures/jefklakscodex.com" + }, + "name": "Might & Magic VIII: Day of the Destroyer, a Playthrough Report", + "content": "It’s been too long since I’ve taken another stab at one of my many love/hate relationships; this time arguably the last good installment in New World Computing’s Might & Magic genre: Might & Magic VIII: Day of the Destroyer, or simply shortened...", + "published": "2023-02-01T00:00:00+00:00", + "url": "https://jefklakscodex.com/games/pc/might-and-magic-viii/", + "type": "mention", + "source": "https://jefklakscodex.com/games/pc/might-and-magic-viii/", + "target": "https://jefklakscodex.com/tags/crpg", + "relativeTarget": "/tags/crpg" + }, + { + "author": { + "name": "Jefklak", + "picture": "/pictures/jefklakscodex.com" + }, + "name": "Might & Magic VIII: Day of the Destroyer, a Playthrough Report", + "content": "It’s been too long since I’ve taken another stab at one of my many love/hate relationships; this time arguably the last good installment in New World Computing’s Might & Magic genre: Might & Magic VIII: Day of the Destroyer, or simply shortened...", + "published": "2023-02-01T00:00:00+00:00", + "url": "https://jefklakscodex.com/games/pc/might-and-magic-viii/", + "type": "mention", + "source": "https://jefklakscodex.com/games/pc/might-and-magic-viii/", + "target": "https://jefklakscodex.com/tags/might-and-magic", + "relativeTarget": "/tags/might-and-magic" + }, + { + "author": { + "name": "Jefklak", + "picture": "/pictures/jefklakscodex.com" + }, + "name": "Might & Magic VIII: Day of the Destroyer, a Playthrough Report", + "content": "It’s been too long since I’ve taken another stab at one of my many love/hate relationships; this time arguably the last good installment in New World Computing’s Might & Magic genre: Might & Magic VIII: Day of the Destroyer, or simply shortened...", + "published": "2023-02-01T00:00:00+00:00", + "url": "https://jefklakscodex.com/games/pc/might-and-magic-viii/", + "type": "mention", + "source": "https://jefklakscodex.com/games/pc/might-and-magic-viii/", + "target": "https://jefklakscodex.com/tags/playthrough", + "relativeTarget": "/tags/playthrough" + }, { "author": { "name": "Jefklak", diff --git a/themes/jefklak-creative-portfolio/assets/js/codex.js b/themes/jefklak-creative-portfolio/assets/js/codex.js index 1a64842..f225f48 100644 --- a/themes/jefklak-creative-portfolio/assets/js/codex.js +++ b/themes/jefklak-creative-portfolio/assets/js/codex.js @@ -42,7 +42,7 @@ document.addEventListener("DOMContentLoaded",function() { } toggleSort(); - const box = new SimpleLightbox('.lbox', { /* options */ }); + const box = new SimpleLightbox('.lbox', { captionPosition: "outside" }); function scrollThenFixSidebar() { const mainHeight = document.querySelector('main div').clientHeight diff --git a/themes/jefklak-creative-portfolio/assets/sass/_codex.sass b/themes/jefklak-creative-portfolio/assets/sass/_codex.sass index ba26f83..6064513 100644 --- a/themes/jefklak-creative-portfolio/assets/sass/_codex.sass +++ b/themes/jefklak-creative-portfolio/assets/sass/_codex.sass @@ -209,8 +209,9 @@ article border-radius: 5px .dualscreens - display: flex - grid-column-gap: 10px + @media (min-width: 767px) + display: flex + grid-column-gap: 10px margin-top: 2em margin-bottom: 2em