Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3536993
D3267.id10004.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
711 B
Referenced Files
None
Subscribers
None
D3267.id10004.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
@@ -85,7 +85,7 @@
});
return (
- <div className={css.container}>
+ <div className={css.appSwitcherContainer}>
<ul>
<li>
<p className={chatNavClasses}>
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
@@ -4,7 +4,10 @@
color: var(--color);
border-right: 1px solid var(--border-color);
display: flex;
- width: 100%;
+}
+
+.appSwitcherContainer {
+ width: 160px;
}
.container ul {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 7:43 PM (10 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2704987
Default Alt Text
D3267.id10004.diff (711 B)
Attached To
Mode
D3267: [web] [fix] sidebar app switcher correct width
Attached
Detach File
Event Timeline
Log In to Comment