From 46bc91ed8defa7fb563d8be3461c1d46a2367e5b Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Thu, 30 May 2019 14:39:49 +0300 Subject: [PATCH] meta preview size changed --- src/routes/Discover/Discover.js | 13 +++++++------ src/routes/Discover/styles.less | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/routes/Discover/Discover.js b/src/routes/Discover/Discover.js index 347b0e85b..869292550 100644 --- a/src/routes/Discover/Discover.js +++ b/src/routes/Discover/Discover.js @@ -109,19 +109,20 @@ const Discover = ({ urlParams }) => { name={'Trainspotting'} logo={'https://s3.dexerto.com/thumbnails/_thumbnailLarge/Pewdiepie-overtaken-by-t-series.jpg'} logo={'https://images.metahub.space/logo/medium/tt0117951/img'} - background={'https://images.metahub.space/background/medium/tt0117951/img'} + background={'https://www.bfi.org.uk/sites/bfi.org.uk/files/styles/full/public/image/trainspotting-1996-008-ewan-bremner-ewan-mcgregor-robert-carlyle-00m-m63.jpg?itok=tmpxRcqP'} duration={'93 min'} releaseInfo={'1996'} released={'1996-08-09T00:00:00.000Z'} - description={'Renton, deeply immersed in the Edinburgh drug scene, tries to clean up and get out, despite the allure of the drugs and influence of friends.'} - genres={['action', 'drama', 'drama', 'draggma', 'dggrama', 'draggma', 'drama', 'drama', 'drama']} - writers={[]} - directors={[]} - cast={[]} + description={'Renton, deeply immersed in the Edinburgh drug scene, tries to clean up and get out, despite the allure of the drugs and influence of friends. gg'} + genres={['action', 'drama', 'drama', 'drama', 'drama', 'drama', 'drama', 'drama', 'drama']} + writers={['Ewan McGregor', 'Ewen Bremner', 'Jonny Lee Miller', 'Kevin McKidd', 'Kevin McKidd', 'Kevin McKidd', 'Kevin McKidd', 'Kevin McKidd', 'Kevin McKidd']} + directors={['Ewan McGregor', 'Ewen Bremner', 'Jonny Lee Miller', 'Kevin McKidd', 'Kevin McKidd', 'Kevin McKidd', 'Kevin McKidd', 'Kevin McKidd', 'Kevin McKidd']} + cast={['Ewan McGregor', 'Ewen Bremner', 'Jonny Lee Miller', 'Kevin McKidd', 'Kevin McKidd', 'Kevin McKidd', 'Kevin McKidd', 'Kevin McKidd', 'Kevin McKidd']} imdbId={'tt0117951'} imdbRating={'8.2'} trailer={'encodedStream'} inLibrary={true} + share={'share_url'} /> : diff --git a/src/routes/Discover/styles.less b/src/routes/Discover/styles.less index c1e7af0ff..2e3d31c69 100644 --- a/src/routes/Discover/styles.less +++ b/src/routes/Discover/styles.less @@ -19,7 +19,7 @@ flex: 1; align-self: stretch; display: grid; - grid-template-columns: 1fr 24em; + grid-template-columns: 1fr 28em; grid-template-rows: 4.6em 1fr; grid-template-areas: "picker-area meta-preview-area"