koel/resources/assets/js/components/ui/SoundBar.vue
2022-05-11 01:01:48 +02:00

16 lines
318 B
Vue

<template>
<div class="bars" data-testid="soundbars">
<img alt="Sound bars" height="13" src="@/../img/bars.gif">
</div>
</template>
<style lang="scss" scoped>
.bars {
width: 28px;
height: 13px;
position: relative;
display: inline-block;
backface-visibility: hidden;
margin-bottom: 5px;
}
</style>