Skip to content

Commit

Permalink
Merge pull request #548 from Stremio/fix-addons-descriptions
Browse files Browse the repository at this point in the history
Fix: addon container on mobile devices
  • Loading branch information
tymmesyde authored Jan 3, 2024
2 parents 86db3e7 + 48c2355 commit 0075d16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/routes/Addons/Addon/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
flex-basis: 100%;
margin-top: 0.5rem;
padding: 0 0.5rem;
max-height: 4.8em;
color: var(--primary-foreground-color);
}
}
Expand Down Expand Up @@ -202,6 +201,11 @@
.info-container {
margin-left: 0.5rem;
padding: 0;

.name-container {
max-height: none;
font-size: 1.3rem;
}
}

.buttons-container {
Expand Down

0 comments on commit 0075d16

Please sign in to comment.