fix: Chat list tab styles (#9960)

This commit is contained in:
Shivam Mishra
2024-08-14 18:33:14 +05:30
committed by GitHub
parent 06a362318c
commit 4310a547ca
2 changed files with 15 additions and 12 deletions

View File

@@ -905,7 +905,6 @@ export default {
v-if="!hasAppliedFiltersOrActiveFolders"
:items="assigneeTabItems"
:active-tab="activeAssigneeTab"
class="tab--chat-type"
@chatTabChange="updateAssigneeTab"
/>
@@ -993,14 +992,4 @@ export default {
.conversations-list {
@apply overflow-hidden hover:overflow-y-auto;
}
.tab--chat-type {
@apply py-0 px-4;
::v-deep {
.tabs {
@apply p-0;
}
}
}
</style>