Page MenuHomePhabricator

D3389.id10268.diff
No OneTemporary

D3389.id10268.diff

diff --git a/web/chat/chat-thread-list-sidebar.react.js b/web/chat/chat-thread-list-sidebar.react.js
--- a/web/chat/chat-thread-list-sidebar.react.js
+++ b/web/chat/chat-thread-list-sidebar.react.js
@@ -21,7 +21,7 @@
return (
<div
- className={classNames(css.threadListSideBar, css.sidebar, {
+ className={classNames(css.threadListSidebar, css.sidebar, {
[css.activeThread]: active,
})}
>
diff --git a/web/chat/chat-thread-list.css b/web/chat/chat-thread-list.css
--- a/web/chat/chat-thread-list.css
+++ b/web/chat/chat-thread-list.css
@@ -6,7 +6,7 @@
padding-bottom: 4px;
padding-right: 10px;
}
-div.threadListSideBar {
+div.threadListSidebar {
display: flex;
flex-direction: row;
align-items: flex-start;
@@ -15,7 +15,7 @@
padding-right: 10px;
position: relative;
}
-div.threadListSideBar > svg {
+div.threadListSidebar > svg {
position: absolute;
top: -13px;
left: 30px;
@@ -25,7 +25,7 @@
}
div.activeThread,
div.thread:hover,
-div.threadListSideBar:hover {
+div.threadListSidebar:hover {
background: var(--selected-thread-bg);
}
div.title {

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 3:02 AM (8 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2703030
Default Alt Text
D3389.id10268.diff (1 KB)

Event Timeline