Actually use a waveform instead of the frequency data
This commit is contained in:
parent
8ddd14e252
commit
449e028bbd
7 changed files with 159 additions and 80 deletions
|
@ -14,14 +14,14 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_FrequencyBars {
|
||||
.mx_Waveform {
|
||||
position: relative;
|
||||
height: 30px; // tallest bar can only be 30px
|
||||
|
||||
display: flex;
|
||||
align-items: center; // so the bars grow from the middle
|
||||
|
||||
.mx_FrequencyBars_bar {
|
||||
.mx_Waveform_bar {
|
||||
width: 2px;
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
Loading…
Add table
Add a link
Reference in a new issue