first commit

This commit is contained in:
Dia Pacifica 2024-10-01 14:25:01 -07:00
commit cf80007938
4 changed files with 1480 additions and 0 deletions

13
my_userChrome.css Normal file
View file

@ -0,0 +1,13 @@
/* Bookmark font */
#PlacesToolbarItems .bookmark-item menupopup * {
font-stretch: semi-condensed !important;
font-size: 11pt !important;
}
/* for tabs_multiple_lines.css */
:root {
--tab_min_width_mlt: 70px !important;
--tab_max_width_mlt: 140px !important;
--tabs-lines: 4 !important;
}