Page MenuHomePhabricator

D3454.id11434.diff
No OneTemporary

D3454.id11434.diff

diff --git a/web/chat/chat-thread-list-item-menu.css b/web/chat/chat-thread-list-item-menu.css
--- a/web/chat/chat-thread-list-item-menu.css
+++ b/web/chat/chat-thread-list-item-menu.css
@@ -15,6 +15,7 @@
display: flex;
justify-content: flex-end;
padding-right: 8px;
+ flex-grow: 1;
}
.menu > button {
background-color: transparent;
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
@@ -1,17 +1,12 @@
div.thread {
display: flex;
flex-direction: row;
- align-items: flex-start;
- padding-top: 4px;
- padding-bottom: 4px;
- padding-right: 10px;
- cursor: pointer;
}
div.threadListSidebar {
display: flex;
flex-direction: row;
height: 32px;
- padding-right: 10px;
+ padding-right: 8px;
position: relative;
cursor: pointer;
}
@@ -52,16 +47,24 @@
color: var(--thread-color-read);
line-height: var(--line-height-text);
}
-div.threadButton {
+div.threadArrowExtender {
+ width: 10px;
+ position: absolute;
+ border-left: 0.5px solid var(--arrow-extension-color);
+ height: 8px;
+ top: -15px;
+ left: 32px;
+}
+
+.threadButton {
flex: 1;
cursor: pointer;
overflow: hidden;
padding-left: 12px;
}
-a.threadButton + div {
+.threadButton + div {
display: flex;
flex-direction: column;
- padding-top: 8px;
}
.threadButtonSidebar {
flex: 1;
@@ -109,6 +112,10 @@
line-height: 1.5;
font-weight: var(--semi-bold);
white-space: nowrap;
+ flex-grow: 1;
+ padding-bottom: 12px;
+ align-items: flex-end;
+ display: flex;
}
div.lastMessage {
@@ -125,6 +132,7 @@
}
div.unread {
color: var(--fg);
+ font-size: var(--s-font-14);
font-weight: var(--semi-bold);
}
div.lastMessage.unread {
@@ -132,6 +140,7 @@
}
div.dark {
color: var(--thread-color-read);
+ padding-right: 16px;
}
.read {
color: var(--thread-from-color-read);

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 10:41 PM (21 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577529
Default Alt Text
D3454.id11434.diff (1 KB)

Event Timeline