.titlebar-color{ color: -moz-accent-color-foreground; background-color: -moz-accent-color; } .tab-background{ border-radius: 0px 0px !important; margin-bottom: 0px !important; } .tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background{ background-color: color-mix(in srgb, currentColor 40%, transparent); } menupopup > menu, menupopup > menuitem{ padding-block: 2px !important; } :root{ --arrowpanel-menuitem-padding: 2px !important; }
See also:
about:config on Firefox Mobile: chrome://geckoview/content/config.xhtml
In Windows explorer, navigate to `%appdata%\Thunderbird\Profiles`, and then into the `XXXXXX.default` subfolder.
/* Global UI font */ * { font-size: 11pt;} * { font-family: "Calibri";} .titlebar-color{ color: -moz-accent-color-foreground; background-color: -moz-accent-color; } .tab-background{ border-radius: 0px 0px !important; margin-bottom: 0px !important; } .tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background{ background-color: color-mix(in srgb, currentColor 40%, transparent); } menupopup > menu, menupopup > menuitem{ padding-block: 2px !important; } :root{ --arrowpanel-menuitem-padding: 2px !important; }
This will go back to the small thumbnails on the home page.
! YouTube 5 Videos Per Row Fix (Home and Channel Pages) youtube.com##ytd-rich-grid-row:style(display:contents !important;) youtube.com###contents.ytd-rich-grid-row:style(display:contents !important;) youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-items-per-row: 5 !important;) ! YouTube 5 Videos Per Row Fix (Channel Page margin fix) youtube.com##ytd-rich-item-renderer:style(margin-right: calc(var(--ytd-rich-grid-item-margin)/2) !important; margin-left: calc(var(--ytd-rich-grid-item-margin)/2) !important;) ! YouTube 5 Videos Per Row Fix (Font Size fix) youtube.com###video-title.ytd-rich-grid-media:style(font-size: 1.4rem !important; line-height: 2rem !important;) youtube.com###metadata-line.ytd-video-meta-block:style(font-size: 1.2rem !important; line-height: 1.8rem !important;) youtube.com###video-title.ytd-rich-grid-slim-media:style(font-size: 1.4rem !important; line-height: 2rem !important;)