mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
meta description styles changed
This commit is contained in:
parent
9801f847b2
commit
3f8c65db2f
1 changed files with 9 additions and 11 deletions
|
|
@ -100,9 +100,7 @@
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|
||||||
.runtime-label, .release-info-label {
|
.runtime-label, .release-info-label {
|
||||||
flex-grow: 0;
|
flex: 0 1 auto;
|
||||||
flex-shrink: 1;
|
|
||||||
flex-basis: auto;
|
|
||||||
margin-right: 2rem;
|
margin-right: 2rem;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
|
|
@ -110,13 +108,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.imdb-button-container {
|
.imdb-button-container {
|
||||||
flex: 0 1 none;
|
flex: 0 1 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
padding: 0.3rem 1rem;
|
padding: 0.3rem 1rem;
|
||||||
border-radius: 2.3rem;
|
border-radius: 2.5rem;
|
||||||
border: var(--focus-outline-size) solid transparent;
|
border: var(--focus-outline-size) solid transparent;
|
||||||
background-color: @color-surface-light5-20;
|
background-color: @color-surface-light5-20;
|
||||||
|
|
||||||
|
|
@ -132,14 +130,13 @@
|
||||||
.icon {
|
.icon {
|
||||||
flex: none;
|
flex: none;
|
||||||
width: 3rem;
|
width: 3rem;
|
||||||
|
height: 1.1rem;
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
fill: @color-surface-dark2-90;
|
fill: @color-surface-90;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
flex-grow: 0;
|
flex: 0 1 auto;
|
||||||
flex-shrink: 1;
|
|
||||||
flex-basis: auto;
|
|
||||||
max-height: 1.2em;
|
max-height: 1.2em;
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
@ -155,9 +152,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.description-container {
|
.description-container {
|
||||||
max-height: 6.8em;
|
max-height: 6em;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
line-height: 1.7em;
|
font-size: 1.1rem;
|
||||||
|
line-height: 1.5em;
|
||||||
color: @color-surface-light5-90;
|
color: @color-surface-light5-90;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue