mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 13:23:38 +08:00
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:
parent
0478b45fd3
commit
126ed84bbb
|
@ -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;
|
||||
}
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user