Page MenuHomePhorge

D3723.1765066353.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D3723.1765066353.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, Dec 7, 12:12 AM (9 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5841515
Default Alt Text
D3723.1765066353.diff (1 KB)

Event Timeline