Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32164232
D3440.1765047118.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D3440.1765047118.diff
View Options
diff --git a/web/chat/chat-thread-list-item-menu.react.js b/web/chat/chat-thread-list-item-menu.react.js
--- a/web/chat/chat-thread-list-item-menu.react.js
+++ b/web/chat/chat-thread-list-item-menu.react.js
@@ -73,7 +73,7 @@
threadInfo.currentUser.unread ? 'read' : 'unread'
}`;
- const menuIconSize = renderStyle === 'chat' ? 24 : 16;
+ const menuIconSize = renderStyle === 'chat' ? 24 : 20;
const btnCls = classNames(css.menuContent, {
[css.menuContentVisible]: menuVisible,
});
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
@@ -9,15 +9,14 @@
div.threadListSidebar {
display: flex;
flex-direction: row;
- align-items: flex-start;
- padding-bottom: 4px;
+ height: 32px;
padding-left: 16px;
padding-right: 10px;
position: relative;
}
div.threadListSidebar > svg {
position: absolute;
- top: -13px;
+ top: -7px;
left: 30px;
}
div.thread:first-child {
@@ -48,6 +47,8 @@
flex: 1;
cursor: pointer;
overflow: hidden;
+ display: flex;
+ align-items: center;
padding-left: 8px;
}
p.breadCrumbs {
@@ -126,7 +127,7 @@
}
div.sidebarTitle {
flex: 1;
- font-size: 15px;
+ font-size: var(--s-font-14);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 6:51 PM (21 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5840268
Default Alt Text
D3440.1765047118.diff (1 KB)
Attached To
Mode
D3440: [web] [fix] ENG-766 sidebar sidebar height chopped off + font size
Attached
Detach File
Event Timeline
Log In to Comment