Skip to content

Commit

Permalink
NOJIRA | Updates. | [Ray]
Browse files Browse the repository at this point in the history
  • Loading branch information
RaycatWhoDat authored Jul 9, 2024
1 parent 513024b commit 7d86117
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

.image img {
width: 100%;
height: 100%;
height: 70%;
object-fit: cover;
}

Expand Down Expand Up @@ -107,7 +107,7 @@
<script>
(async (document, window) => {
const PLACEHOLDER_IMAGE = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+P///38ACfsD/QVDRcoAAAAASUVORK5CYII=';
const ITEM_HEIGHT = '300px';
const ITEM_HEIGHT = '350px';

let lazyImageObserver;
const isIntersectionObserverAvailable = 'IntersectionObserver' in window;
Expand Down Expand Up @@ -192,6 +192,7 @@

const blurbElem = document.createElement('span');
blurbElem.classList.add('game-blurb');
console.log(blurb, blurb?.length);
blurbElem.textContent = blurb ?? '(no comment)';
entryElem.appendChild(blurbElem);

Expand Down

0 comments on commit 7d86117

Please sign in to comment.