hide twitter timeline for now

This commit is contained in:
Gamebrary 2022-03-18 09:32:05 -07:00
parent e4d8c33fe3
commit bbce23063a

View file

@ -33,13 +33,13 @@
<!-- <pre>{{ game.genres.map(({ id }) => id) }}</pre> --> <!-- <pre>{{ game.genres.map(({ id }) => id) }}</pre> -->
<!-- TODO: add bundles to game detail? --> <!-- TODO: add bundles to game detail? -->
<!-- {{ game.bundles ? `Found in ${game.bundles.length} compilations.` : null }} --> <!-- {{ game.bundles ? `Found in ${game.bundles.length} compilations.` : null }} -->
<timeline <!-- <timeline
v-if="twitterHandle" v-if="twitterHandle"
:id="twitterHandle" :id="twitterHandle"
sourceType="profile" sourceType="profile"
> >
loading... loading...
</timeline> </timeline> -->
</aside> </aside>
@ -205,7 +205,7 @@ export default {
.game { .game {
width: calc(100% - .5rem); width: calc(100% - .5rem);
display: grid; display: grid;
grid-template-columns: 1fr 2fr; grid-template-columns: 360px 2fr;
grid-gap: 1rem; grid-gap: 1rem;
@media(max-width: 1280px) { @media(max-width: 1280px) {