mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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;
|
||||
font-weight: 500;
|
||||
color: var(--primary-foreground-color);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
|
|||
|
|
@ -58,7 +58,6 @@
|
|||
|
||||
.addon-name {
|
||||
width: 7rem;
|
||||
max-height: 3.6em;
|
||||
font-size: 1.1rem;
|
||||
text-align: left;
|
||||
color: var(--primary-foreground-color);
|
||||
|
|
|
|||
|
|
@ -108,7 +108,6 @@
|
|||
|
||||
.select-input-container {
|
||||
min-width: 40%;
|
||||
flex: 0 0 auto;
|
||||
flex-grow: 1;
|
||||
background: none;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue