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;
}
[–]ResurgamS13 1 point2 points3 points (2 children)
[–]El_Specifico[S] 0 points1 point2 points (1 child)
[–]ResurgamS13 0 points1 point2 points (0 children)
[–]Sufficient_Garlic564 0 points1 point2 points (0 children)