mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-18 23:32:44 +00:00
fix: speed menu to display 0.25 speed option
This commit is contained in:
parent
b24426250b
commit
182782a60f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
.options-container {
|
.options-container {
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
max-height: calc(3.2rem * 8);
|
max-height: calc(3.2rem * 10);
|
||||||
padding: 0 1rem 0.5rem;
|
padding: 0 1rem 0.5rem;
|
||||||
|
|
||||||
.option {
|
.option {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue