13 lines
305 B
CSS
13 lines
305 B
CSS
/* 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;
|
|
}
|