Skip to content

Commit

Permalink
style: ui
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 6, 2024
1 parent 75e58da commit 22395a8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/stage/src/components/MainStage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ onUnmounted(() => {
flex="~ col"
bg="pink-50 dark:pink-900"
border="2 solid pink dark:pink-700"
rounded-lg px-2 py-1
min-w-20 rounded-lg px-2 py-1
h="unset <sm:fit"
>
<div>
Expand All @@ -330,11 +330,11 @@ onUnmounted(() => {
</div>
<div v-else-if="message.role === 'user'" flex="~ row-reverse" ml="12">
<div
flex="~ col"
bg="pink-50 dark:pink-900"
border="2 solid pink dark:pink-700"
rounded-lg px-2 py-1
h="unset <sm:fit"
class="block <sm:hidden"
border="purple solid 3"
ml="2"
h-10 min-h-10 min-w-10 w-10
overflow-hidden rounded-full
>
<div i-carbon:user-avatar-filled text="purple" h-full w-full p="0" m="0" />
</div>
Expand All @@ -343,8 +343,8 @@ onUnmounted(() => {
bg="purple-50 dark:purple-900"
px="2"
border="2 solid purple dark:purple-700"
rounded-lg
h="unset <sm:fit"

h="unset <sm:fit" min-w-20 rounded-lg px-2 py-1
>
<div>
<span text-xs text="white/50" font-semibold class="inline <sm:hidden">You</span>
Expand Down

0 comments on commit 22395a8

Please sign in to comment.