Skip to content

Commit

Permalink
Clean up new tab page, disable Pocket
Browse files Browse the repository at this point in the history
  • Loading branch information
gocom committed Dec 26, 2024
1 parent c93fa88 commit ca56390
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chrome/userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
width: calc(192px + 16px + 16px) !important;
}

.outer-wrapper.newtab-experience:not(.dnd-active) .top-site-outer:is(.active, :focus, :hover) {
.top-sites-list:not(.dnd-active) .top-site-outer:is(.active, :focus, :hover) {
background: transparent !important;
}

Expand Down Expand Up @@ -76,9 +76,9 @@
padding: 0 !important;
}

.outer-wrapper.newtab-experience .top-site-outer .context-menu-button {
.top-site-outer .context-menu-button {
background-color: transparent !important;
inset-inline-end: 0 !important;
margin-top: -5px !important;
}

{{#thumbnails}}
Expand Down
1 change: 1 addition & 0 deletions src/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ user_pref('dom.forms.autocomplete.formautofill', true);
user_pref('experiments.activeExperiment', false);
user_pref('extensions.formautofill.addresses.enabled', false);
user_pref('extensions.formautofill.creditCards.enabled', false);
user_pref('extensions.pocket.enabled', false);
user_pref('general.autoScroll', false);
user_pref('general.smoothScroll', true);
user_pref('full-screen-api.macos-native-full-screen', true);
Expand Down

0 comments on commit ca56390

Please sign in to comment.