Merge pull request #548 from Stremio/fix-addons-descriptions

Fix: addon container on mobile devices
This commit is contained in:
Tim 2024-01-03 16:16:54 +01:00 committed by GitHub
commit 0075d16d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,6 @@
flex-basis: 100%;
margin-top: 0.5rem;
padding: 0 0.5rem;
max-height: 4.8em;
color: var(--primary-foreground-color);
}
}
@ -202,6 +201,11 @@
.info-container {
margin-left: 0.5rem;
padding: 0;
.name-container {
max-height: none;
font-size: 1.3rem;
}
}
.buttons-container {