Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onboarding spreadsheet bugs #38 (GH-2259), #44 (GH-2306), and #45 (GH-2305) #675

Merged
merged 16 commits into from Mar 17, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Update logo sizes on choose default search view

  • Loading branch information
benstrumeyer committed Feb 8, 2021
commit 31793f86bd199e0a24487d66439498e6c8970ce3
@@ -242,7 +242,9 @@ class ChooseDefaultSearchView extends Component {
const containerClasses = ClassNames('ChooseSearchView__optionContainer', { selected });
const logoFilename = `/app/images/hub/ChooseDefaultSearchView/search-engine-logo-${optionName.toLocaleLowerCase().replace(' ', '')}.svg`;
const optionDescriptionContainerClassNames = ClassNames('ChooseSearchView__optionDescriptionContainer', {
ghostery: optionName === SEARCH_GHOSTERY
ghostery: optionName === SEARCH_GHOSTERY,
startpage: optionName === SEARCH_STARTPAGE,
yahoo: optionName === SEARCH_YAHOO,
});

return (
@@ -114,6 +114,12 @@
&.ghostery {
margin-left: -14px;
}
&.startpage {
margin-left: -9px;
}
&.yahoo {
margin-left: -9px;
}
}

.ChooseSearchView__optionDescriptionHeader {
@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="362" height="57" viewBox="0 0 362 57">
<svg xmlns="http://www.w3.org/2000/svg" width="238px" height="38px" viewBox="0 0 362 57">
<g fill="none" fill-rule="evenodd">
<g fill-rule="nonzero">
<g>

Large diffs are not rendered by default.

@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="210" height="58" viewBox="0 0 210 58">
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="34" viewBox="0 0 210 58">
<g fill="none" fill-rule="evenodd">
<g fill="#5F01D1" fill-rule="nonzero">
<g>
ProTip! Use n and p to navigate between commits in a pull request.