mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
Merge pull request #731 from Stremio/fix/styles-meta-details-streams
Fix: styles on metaDetails / Streams page
This commit is contained in:
commit
a7d3a40e2e
3 changed files with 3 additions and 2 deletions
|
|
@ -27,6 +27,9 @@
|
||||||
max-height: 2.4em;
|
max-height: 2.4em;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--primary-foreground-color);
|
color: var(--primary-foreground-color);
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,6 @@
|
||||||
|
|
||||||
.addon-name {
|
.addon-name {
|
||||||
width: 7rem;
|
width: 7rem;
|
||||||
max-height: 3.6em;
|
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: var(--primary-foreground-color);
|
color: var(--primary-foreground-color);
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,6 @@
|
||||||
|
|
||||||
.select-input-container {
|
.select-input-container {
|
||||||
min-width: 40%;
|
min-width: 40%;
|
||||||
flex: 0 0 auto;
|
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
background: none;
|
background: none;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue