mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +00:00
refactor: removed the max-height instead
tested on ipad and in some cases it was still overflowing
This commit is contained in:
parent
0bd7bd7e96
commit
48c23552db
1 changed files with 0 additions and 5 deletions
|
|
@ -84,7 +84,6 @@
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
padding: 0 0.5rem;
|
padding: 0 0.5rem;
|
||||||
max-height: 4.8em;
|
|
||||||
color: var(--primary-foreground-color);
|
color: var(--primary-foreground-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -207,10 +206,6 @@
|
||||||
max-height: none;
|
max-height: none;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description-container {
|
|
||||||
max-height: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons-container {
|
.buttons-container {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue