[ui] center img preview

feat/vaults
Tomáš Mládek 2021-10-29 18:06:44 +02:00
parent fe6d9a8972
commit 1844273525
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@ export default defineComponent({
</script>
<style scoped lang="scss">
.preview {
display: flex;
justify-content: center;
align-items: center;
}
audio {
width: 100%;
}