Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33261846
D3358.1768604681.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
771 B
Referenced Files
None
Subscribers
None
D3358.1768604681.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3358: [web] [fix] fix console error
Attached
Detach File
Event Timeline
Log In to Comment