mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 19:53:14 +00:00
hide twitter timeline for now
This commit is contained in:
parent
e4d8c33fe3
commit
bbce23063a
1 changed files with 3 additions and 3 deletions
|
@ -33,13 +33,13 @@
|
|||
<!-- <pre>{{ game.genres.map(({ id }) => id) }}</pre> -->
|
||||
<!-- TODO: add bundles to game detail? -->
|
||||
<!-- {{ game.bundles ? `Found in ${game.bundles.length} compilations.` : null }} -->
|
||||
<timeline
|
||||
<!-- <timeline
|
||||
v-if="twitterHandle"
|
||||
:id="twitterHandle"
|
||||
sourceType="profile"
|
||||
>
|
||||
loading...
|
||||
</timeline>
|
||||
</timeline> -->
|
||||
|
||||
</aside>
|
||||
|
||||
|
@ -205,7 +205,7 @@ export default {
|
|||
.game {
|
||||
width: calc(100% - .5rem);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
grid-template-columns: 360px 2fr;
|
||||
grid-gap: 1rem;
|
||||
|
||||
@media(max-width: 1280px) {
|
||||
|
|
Loading…
Reference in a new issue