Page MenuHomePhabricator

D3267.id9961.diff
No OneTemporary

D3267.id9961.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
@@ -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

Mime Type
text/plain
Expires
Thu, Dec 26, 8:31 PM (10 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2704987
Default Alt Text
D3267.id9961.diff (711 B)

Event Timeline