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> -->
|
<!-- <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) {
|
||||||
|
|
Loading…
Reference in a new issue