Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3404640
D3450.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3450.diff
View Options
diff --git a/web/splash/splash.css b/web/splash/splash.css
--- a/web/splash/splash.css
+++ b/web/splash/splash.css
@@ -1,28 +1,5 @@
-div.headerContainer {
- flex: 1 1 auto;
- padding: 0 10px;
-}
-div.headerContents {
+div.loginContainer {
display: flex;
- justify-content: space-between;
- align-items: center;
- padding-top: 5px;
- padding-bottom: 7px;
-}
-div.actionLinks > * {
- padding-right: 15px;
- color: white;
- font-weight: 300;
-}
-div.actionLinks > *:last-child {
- padding-right: 0;
-}
-header.header h1 {
+ justify-content: center;
color: white;
- font-size: 38px;
-}
-header.header {
- padding: 10px 20px;
- border-radius: 20px;
- border: 1px solid white;
}
diff --git a/web/splash/splash.react.js b/web/splash/splash.react.js
--- a/web/splash/splash.react.js
+++ b/web/splash/splash.react.js
@@ -14,19 +14,8 @@
render() {
return (
<React.Fragment>
- <div className={css.headerContainer}>
- <div className={css.top}>
- <header className={css.header}>
- <div className={css.headerContents}>
- <h1>Comm</h1>
- <div className={css.actionLinks}>
- <a href="#" onClick={this.onClickLogIn}>
- <span>Log in</span>
- </a>
- </div>
- </div>
- </header>
- </div>
+ <div onClick={this.onClickLogIn} className={css.loginContainer}>
+ <h1>Log in</h1>
</div>
{this.props.modal}
</React.Fragment>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 4, 12:08 PM (18 m, 16 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2614217
Default Alt Text
D3450.diff (1 KB)
Attached To
Mode
D3450: [web] Remove everything from `Splash` except Log in button
Attached
Detach File
Event Timeline
Log In to Comment