mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-07 21:00:21 +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 {
|
||||
flex: 0 1 auto;
|
||||
max-height: calc(3.2rem * 8);
|
||||
max-height: calc(3.2rem * 10);
|
||||
padding: 0 1rem 0.5rem;
|
||||
|
||||
.option {
|
||||
|
|
|
|||
Loading…
Reference in a new issue