Page MenuHomePhabricator

D3723.id11549.diff
No OneTemporary

D3723.id11549.diff

diff --git a/web/chat/chat-thread-list-item.react.js b/web/chat/chat-thread-list-item.react.js
--- a/web/chat/chat-thread-list-item.react.js
+++ b/web/chat/chat-thread-list-item.react.js
@@ -133,9 +133,10 @@
<>
<div className={containerClassName} onClick={onClick}>
<div className={css.colorContainer}>
- <div className={css.dotContainer}>{unreadDot}</div>
-
- <div className={css.colorSplotch} style={colorSplotchStyle} />
+ <div className={css.colorSplotchContainer}>
+ <div className={css.dotContainer}>{unreadDot}</div>
+ <div className={css.colorSplotch} style={colorSplotchStyle} />
+ </div>
</div>
<div className={css.threadButton}>
<p className={breadCrumbsClassName}>{ancestorPath}</p>
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
@@ -104,10 +104,13 @@
div.spacer,
div.colorSplotch {
- height: 42px;
width: 42px;
border-radius: 1.68px;
}
+div.colorSplotchContainer {
+ height: 42px;
+ display: flex;
+}
div.lastActivity {
font-size: var(--xxs-font-10);
color: var(--fg);

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 10:09 PM (21 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577460
Default Alt Text
D3723.id11549.diff (1 KB)

Event Timeline