Update html_helper.py
Browse files- html_helper.py +3 -5
html_helper.py
CHANGED
@@ -79,11 +79,9 @@ def create_html_from_midi(midifile):
|
|
79 |
}}
|
80 |
|
81 |
/* Media queries for responsive scaling */
|
82 |
-
@media (max-width: 500px) {{ #proll midi-player {{transform:
|
83 |
-
@media (max-width:
|
84 |
-
@media (max-width:
|
85 |
-
@media (max-width: 350px) {{ #proll midi-player {{transform: scale(0.4);}} }}
|
86 |
-
@media (max-width: 300px) {{ #proll midi-player {{transform: scale(0.3);}} }}
|
87 |
</style>
|
88 |
</head>
|
89 |
<body>
|
|
|
79 |
}}
|
80 |
|
81 |
/* Media queries for responsive scaling */
|
82 |
+
@media (max-width: 500px) {{ #proll midi-player {{transform: scaleY(0.7);}} }}
|
83 |
+
@media (max-width: 400px) {{ #proll midi-player {{transform: scaleY(0.6);}} }}
|
84 |
+
@media (max-width: 300px) {{ #proll midi-player {{transform: scaleY(0.5);}} }}
|
|
|
|
|
85 |
</style>
|
86 |
</head>
|
87 |
<body>
|