Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Enforces 1024px min-width for settingsPage #231

Merged
merged 1 commit into from
Oct 23, 2018
Merged

Conversation

ryanml
Copy link
Contributor

@ryanml ryanml commented Oct 23, 2018

Fixes #230

Related: brave/brave-browser#1556

Before:
screen shot 2018-10-22 at 6 15 35 pm

After:
screen shot 2018-10-22 at 6 15 57 pm

@@ -15,7 +15,7 @@ exports[`WelcomePage tests basic tests matches the snapshot 1`] = `
.c0 {
background: #f2f4f7;
min-height: 100vh;
width: 100%;
min-width: 1024px;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This enforces the same behavior on the desktop welcome page, which seems desirable as we use the same SettingsPage component. This will not however, do so for the mobile welcome page, as it does not render inside the SettingsPage component.

@NejcZdovc NejcZdovc merged commit 3f59aac into brave:master Oct 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants