mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 22:12:13 +00:00
Merge pull request #303 from Stremio/larger-video-thumbnails
This commit is contained in:
commit
ce9dac1df9
2 changed files with 7 additions and 5 deletions
|
|
@ -71,7 +71,7 @@ const Video = ({ className, id, title, thumbnail, episode, released, upcoming, w
|
|||
renderFallback={() => (
|
||||
<Icon
|
||||
className={styles['placeholder-icon']}
|
||||
icon={'ic_broken_link'}
|
||||
icon={'ic_stremio_tray'}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
.thumbnail {
|
||||
display: block;
|
||||
width: 5rem;
|
||||
width: 7.5rem;
|
||||
height: 5rem;
|
||||
object-fit: contain;
|
||||
object-position: center;
|
||||
|
|
@ -35,10 +35,12 @@
|
|||
|
||||
.placeholder-icon {
|
||||
display: block;
|
||||
width: 5rem;
|
||||
width: 7.5rem;
|
||||
height: 5rem;
|
||||
padding: 0.5rem;
|
||||
fill: @color-secondaryvariant1-light3-90;
|
||||
padding: 1rem;
|
||||
fill: @color-surface-light5;
|
||||
background-color: @color-surface-light5-40;
|
||||
opacity: 0.25;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue