Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3351801
D3358.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
787 B
Referenced Files
None
Subscribers
None
D3358.diff
View Options
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;
diff --git a/web/sidebar/navigation-panel.react.js b/web/sidebar/navigation-panel.react.js
--- a/web/sidebar/navigation-panel.react.js
+++ b/web/sidebar/navigation-panel.react.js
@@ -84,7 +84,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({
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 3:39 AM (19 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2573733
Default Alt Text
D3358.diff (787 B)
Attached To
Mode
D3358: [web] [fix] fix console error
Attached
Detach File
Event Timeline
Log In to Comment