Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3298950
D8014.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
590 B
Referenced Files
None
Subscribers
None
D8014.diff
View Options
diff --git a/web/app.react.js b/web/app.react.js
--- a/web/app.react.js
+++ b/web/app.react.js
@@ -201,6 +201,7 @@
const wordmarkClasses = classnames({
[css.wordmark]: true,
[css['electron-non-draggable']]: electron,
+ [css['wordmark-macos']]: electron?.platform === 'macos',
});
return (
diff --git a/web/style.css b/web/style.css
--- a/web/style.css
+++ b/web/style.css
@@ -82,6 +82,9 @@
font-size: var(--logo-font-22);
margin-right: 40px;
}
+div.main-header > .wordmark-macos {
+ padding-left: 92px;
+}
.wordmark > a {
color: inherit;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 10:30 AM (19 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2534522
Default Alt Text
D8014.diff (590 B)
Attached To
Mode
D8014: [web] Revert wordmark position on macos
Attached
Detach File
Event Timeline
Log In to Comment