Skip to content

Commit

Permalink
Update frontend/src/components/VGlobalAudioSection/VGlobalAudioSectio…
Browse files Browse the repository at this point in the history
…n.vue

Signed-off-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
obulat committed Oct 31, 2023
1 parent 8967494 commit 31089f7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<template>
<div
class="global-audio sticky z-global-audio rounded-sm bg-white sm:hidden"
:class="{ 'mx-2 mb-2 border border-dark-charcoal-20': !!audio }"
class="global-audio sticky z-global-audio rounded bg-white sm:hidden"
:class="{
'mx-2 mb-2 border border-dark-charcoal border-opacity-20': !!audio,
}"
>
<template v-if="audio">
<VGlobalAudioTrack :audio="audio" />
Expand Down

0 comments on commit 31089f7

Please sign in to comment.