Spaces:
Build error
Build error
Update html_helper.py
Browse files- html_helper.py +1 -0
html_helper.py
CHANGED
@@ -34,6 +34,7 @@ def create_html_from_midi(midifile):
|
|
34 |
width: inherit;
|
35 |
margin: 4px;
|
36 |
margin-bottom: 0;
|
|
|
37 |
}}
|
38 |
|
39 |
#proll midi-player::part(control-panel) {{
|
|
|
34 |
width: inherit;
|
35 |
margin: 4px;
|
36 |
margin-bottom: 0;
|
37 |
+
transform: scaleY(0.8); /* Added scaleY */
|
38 |
}}
|
39 |
|
40 |
#proll midi-player::part(control-panel) {{
|