u/El_Specifico

Firefox 151: Decrease margin between items on the tabs list?

Upon loading the new update this morning, I noticed that the margin between items on the tabs list (the downward arrow in the top right) has increased. Does anyone know what code is necessary to alter the margin size?

EDIT: I found another post that lead me to the correct code to use: https://www.reddit.com/r/FirefoxCSS/comments/n1p7cc/reduce_whitespacefont_size_of_list_all_tabs_items/

I found that this value is a good spacing for me:

:is(.all-tabs-button, .all-tabs-secondary-button) {
    padding-block: 0 !important;
    min-height: 25px !important;
}
reddit.com
u/El_Specifico — 2 days ago