Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3405915
D3448.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
D3448.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
@@ -59,45 +59,3 @@
font-weight: 300;
padding-top: 5px;
}
-div.bottomContainer {
- z-index: 2;
- position: relative;
- overflow: auto;
- height: 100%;
-}
-div.bottom {
- margin-top: 728px;
- min-height: 100%;
- display: flex;
- flex-direction: column;
-}
-div.headerRest {
- background-color: rgba(255, 255, 255, 0.84);
- flex-grow: 1;
-}
-div.headerOverscroll {
- position: fixed;
- top: 100%;
- left: 0;
- right: 0;
- height: 1000px;
- background-color: white;
-}
-div.prompt {
- margin: 0 auto;
- display: flex;
- flex-direction: column;
- align-items: center;
-}
-p.promptHeader {
- color: #282828;
- font-size: 21px;
- padding-top: 25px;
- text-align: center;
-}
-p.promptDescription {
- color: #282828;
- font-size: 18px;
- padding-top: 9px;
- text-align: center;
-}
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
@@ -43,22 +43,6 @@
</div>
</div>
</div>
- <div className={css.bottomContainer}>
- <div className={css.bottom}>
- <div className={css.headerRest}>
- <div className={css.prompt}>
- <p className={css.promptHeader}>
- We're currently alpha testing the first version of our
- app.
- </p>
- <p className={css.promptDescription}>
- If you'd like to try it out, please let us know!
- </p>
- </div>
- </div>
- <div className={css.headerOverscroll} />
- </div>
- </div>
</div>
{this.props.modal}
</React.Fragment>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 4, 11:34 PM (5 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2615152
Default Alt Text
D3448.diff (1 KB)
Attached To
Mode
D3448: [web] Remove `div.bottomContainer` from `Splash`
Attached
Detach File
Event Timeline
Log In to Comment