mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
MetaPreviewPlaceholder sizes improved
This commit is contained in:
parent
283b764bed
commit
efd84a475f
1 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
.logo-container {
|
||||
width: 20rem;
|
||||
height: 7rem;
|
||||
height: 8rem;
|
||||
max-width: 100%;
|
||||
background-color: var(--color-placeholder-background);
|
||||
}
|
||||
|
|
@ -48,9 +48,9 @@
|
|||
|
||||
&:nth-child(2) {
|
||||
width: 26rem;
|
||||
height: 3.2rem;
|
||||
height: 4.6rem;
|
||||
max-width: 80%;
|
||||
margin-top: 0.2rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
flex: none;
|
||||
width: 6rem;
|
||||
height: 6rem;
|
||||
margin-right: 1rem;
|
||||
margin-right: 2rem;
|
||||
background-color: var(--color-placeholder-background);
|
||||
|
||||
&:last-child {
|
||||
|
|
|
|||
Loading…
Reference in a new issue