Page MenuHomePhabricator

D8014.diff
No OneTemporary

D8014.diff

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

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)

Event Timeline