mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Merge pull request #548 from Stremio/fix-addons-descriptions
Fix: addon container on mobile devices
This commit is contained in:
commit
0075d16d08
1 changed files with 5 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue