Page MenuHomePhabricator

D3183.id9584.diff
No OneTemporary

D3183.id9584.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
@@ -107,7 +107,7 @@
const isNotLast = idx !== ancestorThreads.length - 1;
const chevron = isNotLast && (
<span className={css.breadCrumb}>
- <SWMansionIcon icon="chevron-right" size={10} />
+ <SWMansionIcon icon="chevron-right-small" size={16} />
</span>
);
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
@@ -52,7 +52,6 @@
}
p.breadCrumbs {
display: flex;
- align-items: center;
font-size: var(--xs-font-12);
font-weight: var(--normal);
color: var(--breadcrumb-color);
@@ -61,14 +60,12 @@
color: var(--breadcrumb-color-unread);
}
span.breadCrumb {
- padding-right: 4px;
+ display: flex;
+ align-items: center;
white-space: nowrap;
text-overflow: ellipsis;
}
-span.breadCrumb svg {
- color: var(--fg);
-}
div.spacer,
div.colorSplotch {
height: 40px;

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 3, 10:59 AM (21 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2611427
Default Alt Text
D3183.id9584.diff (1 KB)

Event Timeline