DEV: Remove unused chat css (#25363)

There are no longer any references to `chat-tabs`/`tabpanel` outside this scss files
This commit is contained in:
Jarek Radosz 2024-01-22 23:56:17 +01:00 committed by GitHub
parent 0478b45fd3
commit 126ed84bbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 17 deletions

View File

@ -1,16 +0,0 @@
.chat-tabs {
display: flex;
flex-direction: column;
height: 100%;
min-height: 1px;
}
.chat-tabs__tabpanel {
height: 100%;
min-height: 1px;
padding-bottom: env(safe-area-inset-bottom);
}
.chat-tabs-list {
margin: 1.5rem 0 2rem 1rem;
}

View File

@ -33,7 +33,6 @@
@import "chat-selection-manager";
@import "chat-side-panel";
@import "chat-skeleton";
@import "chat-tabs";
@import "chat-thread";
@import "chat-side-panel-resizer";
@import "chat-upload-drop-zone";