Skip to content

Commit

Permalink
perf: style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernankez committed Jun 21, 2023
1 parent 3367991 commit 72a14f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SuperChat.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="super-chat flex flex-col box-border shadow-lg">
<div class="super-chat z-1 relative flex flex-col box-border shadow-lg">
<div class="super-chat-info box-border flex items-center justify-between bg-#ffffffdd">
<FansTitle v-model:captain-type="captainType" v-model:title-name="titleName" v-model:level="level" v-model:name="name" class="truncate" :editable="editable" />
<div class="super-chat-battery text-default flex items-center min-w-fit">
Expand Down

1 comment on commit 72a14f6

@vercel
Copy link

@vercel vercel bot commented on 72a14f6 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.