koel/resources/assets/js/components/ui/SoundBar.vue

17 lines
318 B
Vue
Raw Normal View History

2022-04-23 21:36:19 +00:00
<template>
<div class="bars" data-testid="soundbars">
2022-04-23 21:36:19 +00:00
<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>