mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
logo styles updated in meta preview
This commit is contained in:
parent
bdf12d07ae
commit
3ea7e8eb40
1 changed files with 4 additions and 5 deletions
|
|
@ -79,18 +79,17 @@
|
|||
display: block;
|
||||
max-width: 100%;
|
||||
height: 8rem;
|
||||
margin-top: 1rem;
|
||||
padding: 1rem;
|
||||
background-color: var(--color-surfacedarker20);
|
||||
margin: 2rem 0;
|
||||
background-color: @color-surface-dark5-10;
|
||||
}
|
||||
|
||||
.logo {
|
||||
object-fit: contain;
|
||||
object-position: left center;
|
||||
object-position: center;
|
||||
}
|
||||
|
||||
.logo-placeholder-icon {
|
||||
fill: var(--color-surfacelight);
|
||||
fill: @color-surface-90;
|
||||
}
|
||||
|
||||
.runtime-release-info-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue