Commit 9a92ae78 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: hide show username interface option

parent 8dac4e91
......@@ -217,6 +217,7 @@
</div>
</div>
{#if !$settings.chatBubble}
<div>
<div class=" py-0.5 flex w-full justify-between">
<div class=" self-center text-xs font-medium">
......@@ -238,6 +239,7 @@
</button>
</div>
</div>
{/if}
<div>
<div class=" py-0.5 flex w-full justify-between">
......
......@@ -18,7 +18,7 @@
} else if (size === 'md') {
return 'w-[48rem]';
} else {
return 'w-[50rem]';
return 'w-[52rem]';
}
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment