Merge pull request #731 from Stremio/fix/styles-meta-details-streams

Fix: styles on metaDetails / Streams page
This commit is contained in:
Tim 2024-11-28 11:39:12 +01:00 committed by GitHub
commit a7d3a40e2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -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 {

View file

@ -58,7 +58,6 @@
.addon-name {
width: 7rem;
max-height: 3.6em;
font-size: 1.1rem;
text-align: left;
color: var(--primary-foreground-color);

View file

@ -108,7 +108,6 @@
.select-input-container {
min-width: 40%;
flex: 0 0 auto;
flex-grow: 1;
background: none;