Skip to content

Commit

Permalink
fix: tags visual
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Jan 2, 2025
1 parent 38e056d commit 7e6cf68
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/components/chats/chat/ChatMessages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,19 +138,11 @@
</template>
</section>
</section>
<!-- Closed chat tags -->
<!-- <chat-feedback
v-for="room in rooms"
:key="room.uuid"
:feedback="roomEndedChatFeedback(room)"
scheme="purple"
/> -->
<section
v-if="tags.length > 0"
v-show="!isSkeletonLoadingActive"
class="chat-messages__tags"
>
<!-- <chat-feedback :feedback="roomEndedChatFeedback(room)" scheme="purple" ref="endChatElement" /> -->
<TagGroup :tags="tags" />
</section>

Expand Down Expand Up @@ -646,6 +638,10 @@ export default {
display: grid;
gap: $unnnic-spacing-md;

:deep(.unnnic-brand-tag__icon) {
display: none;
}

:deep(.tag-group__tags) {
justify-content: center;
}
Expand Down

0 comments on commit 7e6cf68

Please sign in to comment.