cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Shortcuts in Nova design and more

Zeratul
Making moves

1-Would be amazing if Firefox let us to adjust search bar and shortcuts to bring them center or down in home page

2-After selecting a custom background  something like transparency effect (windows) automatically change color of Firefox to same color as background like menus or tabs ....

3-Animated Firefox logo in home page would be amazing

4-Payment method card localization for Iranian users (cvv and month)

5-Password saving is not working correctly not detect username most time (need rework)

6-If u select 3 widgets  it wont be centered 

 

 

4 REPLIES 4

Agentvirtuel
Collaborator

 


@Agentvirtuel wrote:

Hello

1- a similar question
https://support.mozilla.org/en-US/questions/1589404


 

1 - Go to configuration editor https://support.mozilla.org/en-US/kb/about-config-editor-firefox
2 - Enter a search term browser.newtabpage.activity-stream.nova.enabled
You can double-click on the preference to set the value to false
but this solution completely disable nova mode
 

 

 

Hello

browser.newtabpage.activity-stream.nova.enabled, default value, true

Just to see

Without userContent.css 

For information
https://www.camp-firefox.de/forum/thema/140581-startseite-kacheln-kleiner/?postID=1289379#post128937...

With userContent.css 

@-moz-document url(about:newtab), url(about:home) {
  
.nova-enabled .top-site-outer .icon-pin-small {
  inset-inline-start: 19px !important;
  inset-block-start: 5px !important;
}
  
.nova-enabled .top-site-outer .context-menu-button {
  inset-inline-end: 15px !important;
  inset-block-start: 0px !important;
}  
  
li.top-site-outer {
  margin-top: -10px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
	
.top-site-outer .tile .icon-wrapper {  
  min-width: 75% !important;
  min-height: 75% !important;
}

.top-site-outer .title.pinned span {
  padding: 0 0px !important;
}

.nova-enabled .top-site-outer {
  min-width: 110px !important;
  margin-bottom: 20px !important;
}

.nova-enabled .top-site-outer .tile {
  width: 80px !important;
  height: 80px !important;
}

}

 

Agentvirtuel
Collaborator

browser.newtabpage.activity-stream.nova.enabled, default value, true
Without userContent.css

Just for information, the option, Firefox logo disabled