Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/BC-4550-browser-back-on-tools-pa…
Browse files Browse the repository at this point in the history
…ge' into BC-4550-browser-back-on-tools-page
  • Loading branch information
davwas committed Nov 2, 2023
2 parents ce991e6 + b8b23b0 commit b05dbe8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<template>
<ContentElementBar class="my-2">
<ContentElementBar class="my-4">
<template #element>
<audio
controls
controlsList="nodownload noplaybackrate"
loading="lazy"
:src="src"
v-on:error="onError"
class="audio mr-2"
class="audio"
/>
</template>
<template #menu><slot /></template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default defineComponent({
<style scoped>
.video {
width: 100%;
display: block;
}
.menu {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
auto-grow
v-model="modelValue"
:label="$t('components.cardElement.fileElement.caption')"
hide-details="true"
/>
</template>

Expand Down

0 comments on commit b05dbe8

Please sign in to comment.