Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3529580
D3396.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3396.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 8:07 PM (1 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2703030
Default Alt Text
D3396.diff (1 KB)
Attached To
Mode
D3396: [web] `threadListSideBar` -> `threadListSidebar`
Attached
Detach File
Event Timeline
Log In to Comment