Page MenuHomePhabricator

D3440.id11619.diff
No OneTemporary

D3440.id11619.diff

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
@@ -10,8 +10,7 @@
div.threadListSidebar {
display: flex;
flex-direction: row;
- align-items: flex-start;
- padding-bottom: 4px;
+ height: 32px;
padding-left: 16px;
padding-right: 10px;
position: relative;
@@ -19,7 +18,7 @@
}
div.threadListSidebar > svg {
position: absolute;
- top: -13px;
+ top: -7px;
left: 30px;
}
div.thread:first-child {
@@ -69,6 +68,8 @@
flex: 1;
cursor: pointer;
overflow: hidden;
+ display: flex;
+ align-items: center;
padding-left: 8px;
}
p.breadCrumbs {
@@ -150,7 +151,7 @@
}
div.sidebarTitle {
flex: 1;
- font-size: 15px;
+ font-size: var(--s-font-14);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 10:08 PM (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577158
Default Alt Text
D3440.id11619.diff (855 B)

Event Timeline