Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3573896
D6849.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D6849.diff
View Options
diff --git a/web/navigation-panels/app-switcher.react.js b/web/navigation-panels/app-switcher.react.js
--- a/web/navigation-panels/app-switcher.react.js
+++ b/web/navigation-panels/app-switcher.react.js
@@ -61,7 +61,7 @@
<NavigationPanel.Item tab="chat">
<a className={css.navigationPanelTab} onClick={onClickChat}>
<span className={css.chatIconWrapper}>
- <SWMansionIcon icon="message-square" size={24} />
+ <SWMansionIcon icon="message-square" size={20} />
{chatBadge}
</span>
<p>Chat</p>
@@ -90,7 +90,7 @@
return (
<NavigationPanel.Item tab="calendar">
<a className={css.navigationPanelTab} onClick={onClickCalendar}>
- <SWMansionIcon icon="calendar" size={24} />
+ <SWMansionIcon icon="calendar" size={20} />
<p>Calendar</p>
</a>
</NavigationPanel.Item>
diff --git a/web/navigation-panels/topbar.css b/web/navigation-panels/topbar.css
--- a/web/navigation-panels/topbar.css
+++ b/web/navigation-panels/topbar.css
@@ -1,6 +1,5 @@
.container {
border-bottom: 1px solid var(--border);
- height: 60px;
display: flex;
flex-direction: row;
align-items: center;
@@ -9,7 +8,7 @@
.navigationPanelContainer {
flex-direction: row;
display: flex;
- height: 60px;
+ height: 56px;
}
.plusButton {
@@ -46,6 +45,8 @@
color: var(--color-disabled);
margin-right: 8px;
margin-left: 8px;
+ font-size: var(--s-font-14);
+ font-weight: var(--semi-bold);
}
.navigationPanelTab:hover p,
@@ -59,7 +60,7 @@
div.current_tab {
border-bottom: 2px solid var(--tabs-header-active-border);
- height: 58px;
+ box-sizing: border-box;
}
.chatIconWrapper {
@@ -74,8 +75,8 @@
display: flex;
align-items: center;
justify-content: center;
- width: 16px;
- height: 16px;
+ width: 14px;
+ height: 14px;
color: var(--fg);
background: var(--unread-bg);
border-radius: 13px;
diff --git a/web/sidebar/community-picker.css b/web/sidebar/community-picker.css
--- a/web/sidebar/community-picker.css
+++ b/web/sidebar/community-picker.css
@@ -13,7 +13,7 @@
.header {
border-bottom: 1px solid var(--community-drawer-lines);
- padding: 10px 0 10px 0;
+ padding: 8px 0 8px 0;
align-items: center;
display: flex;
margin-right: 16px;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 29, 4:00 PM (7 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2733036
Default Alt Text
D6849.diff (2 KB)
Attached To
Mode
D6849: [web] Style the AppSwitcher
Attached
Detach File
Event Timeline
Log In to Comment