min-width flex; position alt below lightbox

This commit is contained in:
Wouter Groeneveld 2023-02-02 20:08:27 +01:00
parent ab0e5504da
commit 4d5e5fb6ce
4 changed files with 61 additions and 4 deletions

View File

@ -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)

View File

@ -1,4 +1,60 @@
[
{
"author": {
"name": "Jefklak",
"picture": "/pictures/jefklakscodex.com"
},
"name": "Might & Magic VIII: Day of the Destroyer, a Playthrough Report",
"content": "Its been too long since Ive taken another stab at one of my many love/hate relationships; this time arguably the last good installment in New World Computings 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": "Its been too long since Ive taken another stab at one of my many love/hate relationships; this time arguably the last good installment in New World Computings 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": "Its been too long since Ive taken another stab at one of my many love/hate relationships; this time arguably the last good installment in New World Computings 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": "Its been too long since Ive taken another stab at one of my many love/hate relationships; this time arguably the last good installment in New World Computings 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",

View File

@ -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

View File

@ -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