Page MenuHomePhorge

D3358.1768604681.diff
No OneTemporary

Size
771 B
Referenced Files
None
Subscribers
None

D3358.1768604681.diff

diff --git a/web/sidebar/app-switcher.react.js b/web/sidebar/app-switcher.react.js
--- a/web/sidebar/app-switcher.react.js
+++ b/web/sidebar/app-switcher.react.js
@@ -88,7 +88,7 @@
invariant(viewerID, 'should be set');
let chatBadge = null;
if (boundUnreadCount > 0) {
- chatBadge = <div className={css.chatBadge}>{boundUnreadCount}</div>;
+ chatBadge = <span className={css.chatBadge}>{boundUnreadCount}</span>;
}
const chatNavClasses = classNames({
diff --git a/web/sidebar/left-layout-aside.css b/web/sidebar/left-layout-aside.css
--- a/web/sidebar/left-layout-aside.css
+++ b/web/sidebar/left-layout-aside.css
@@ -40,7 +40,7 @@
position: relative;
}
-div.chatBadge {
+span.chatBadge {
position: absolute;
top: -4px;
left: 13px;

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 16, 11:04 PM (14 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5946397
Default Alt Text
D3358.1768604681.diff (771 B)

Event Timeline