Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Firefox Home (new tab) UI update sucks

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • Τελευταία απάντηση από bsolj

more options

Seems like the newest Firefox update (131.0) changed the way my Home Page (on the new tab) looks. WHY??

Now there's a giant logo taking up a fifth of the vertical space, forcing me to scroll to see my shortcut icons. WHY????

Oh, and the shortcut icons are now spaced farther apart and are significantly smaller. WHY????????

I set browser.newtabpage.activity-stream.logowordmark.alwaysVisible to false but the logo is still present.

Please revert these changes. Or, if someone could provide me with some tips on how to edit the userchrome.css or whatever, that would be great.

Seems like the newest Firefox update (131.0) changed the way my Home Page (on the new tab) looks. WHY?? Now there's a giant logo taking up a fifth of the vertical space, forcing me to scroll to see my shortcut icons. WHY???? Oh, and the shortcut icons are now spaced farther apart and are significantly smaller. WHY???????? I set '''browser.newtabpage.activity-stream.logowordmark.alwaysVisible''' to '''false''' but the logo is still present. Please revert these changes. Or, if someone could provide me with some tips on how to edit the userchrome.css or whatever, that would be great.
Συνημμένα στιγμιότυπα

Επιλεγμένη λύση

When my Firefox updated to 131.0 the logo and wordmark got SMALLER.

Here's the CSS I used to put them back to their old size. You should be able to change the values to make it as small as you wish. It needs to go in userContent.css rather than userChrome.css.

/* Restore size of the logo and wordmark on the Home/New Tab pages */ @-moz-document url(about:newtab), url(about:home) {   .logo {     background-size: 82px !important;     height: 82px !important;     width: 82px !important;   }   .wordmark {     background-size: 162px !important;     height: 80px !important;     width: 164px !important;     margin-inline-start: 20px !important;   }   }

Ανάγνωση απάντησης σε πλαίσιο 👍 2

Όλες οι απαντήσεις (2)

more options

Επιλεγμένη λύση

When my Firefox updated to 131.0 the logo and wordmark got SMALLER.

Here's the CSS I used to put them back to their old size. You should be able to change the values to make it as small as you wish. It needs to go in userContent.css rather than userChrome.css.

/* Restore size of the logo and wordmark on the Home/New Tab pages */ @-moz-document url(about:newtab), url(about:home) {   .logo {     background-size: 82px !important;     height: 82px !important;     width: 82px !important;   }   .wordmark {     background-size: 162px !important;     height: 80px !important;     width: 164px !important;     margin-inline-start: 20px !important;   }   }

Χρήσιμο;

more options

Thanks! With the addition of the code below, I was able to restore my new tab page to how I like it.

 /* Expand the shortcut icon images to max size on the Home/New Tab pages */
 .top-site-outer .tile .icon-wrapper {
   height:100% !important;
   width:100% !important;
 }
 /* Reduce vertical space between entries on pop-up menus */
 .top-site-outer {
   margin-block-end: -8px !important
 }

Τροποποιήθηκε στις από το χρήστη bsolj

Χρήσιμο;

Υποβολή ερώτησης

Πρέπει να συνδεθείτε στον λογαριασμό σας για να απαντήσετε σε δημοσιεύσεις. Ξεκινήστε μια νέα ερώτηση εάν δεν διαθέτετε ακόμα λογαριασμό.