feat: better spacing

This commit is contained in:
Shivam Mishra
2025-12-01 16:21:31 +05:30
parent c548f71c1a
commit c8ade357d7
9 changed files with 28 additions and 9 deletions
@@ -3,7 +3,10 @@ import BaseBubble from './Base.vue';
</script>
<template>
<BaseBubble class="px-4 py-3 text-sm" data-bubble-name="unsupported">
<BaseBubble
class="px-[var(--bubble-padding-x)] py-[var(--bubble-padding-y)] text-sm"
data-bubble-name="unsupported"
>
{{ $t('CONVERSATION.UNSUPPORTED_MESSAGE') }}
</BaseBubble>
</template>