fix: apply ESLint rule vue/padding-line-between-blocks

This commit is contained in:
iamsivin
2024-07-26 11:52:27 +05:30
parent 1b045c499c
commit 29007de112
218 changed files with 247 additions and 0 deletions
@@ -36,6 +36,7 @@ export default {
},
};
</script>
<template>
<BubbleImage
v-if="!hasImgStoryError"
@@ -25,6 +25,7 @@ export default {
},
};
</script>
<template>
<blockquote
class="my-0 px-2 pb-0 pt-0 border-l-4 border-solid border-slate-75 dark:border-slate-600 text-slate-600 dark:text-slate-200"
@@ -30,6 +30,7 @@ export default {
},
};
</script>
<template>
<DyteVideoCall
v-if="showDyteIntegration"
@@ -75,6 +75,7 @@ export default {
</div>
</div>
</template>
<style lang="scss" scoped>
.message__mail-head {
padding-bottom: var(--space-small);
@@ -114,6 +114,7 @@ export default {
/>
</div>
</template>
<style lang="scss">
.text-content {
overflow: auto;
@@ -25,6 +25,7 @@ export default {
},
};
</script>
<template>
<woot-modal
modal-type="right-aligned"
@@ -41,6 +41,7 @@ export default {
},
};
</script>
<template>
<div>
<woot-button
@@ -71,6 +72,7 @@ export default {
</div>
</div>
</template>
<style lang="scss">
.join-call-button {
margin: var(--space-small) 0;