mimbres commited on
Commit
4863c1d
1 Parent(s): 4b7c8cf

Update html_helper.py

Browse files
Files changed (1) hide show
  1. 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: scale(0.7);}} }}
83
- @media (max-width: 450px) {{ #proll midi-player {{transform: scale(0.6);}} }}
84
- @media (max-width: 400px) {{ #proll midi-player {{transform: scale(0.5);}} }}
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>