This repository has been archived on 2025-09-17. You can view files and clone it, but cannot push or open issues or pull requests.
Files
firefox-tweaks/smaller_sidebar_header.css

14 lines
300 B
CSS

#sidebar-header {
font-size: 1.2em !important;
padding: 2px 6px 2px 3px !important;
}
#sidebar-header #sidebar-close {
padding: 3px !important;
}
#sidebar-header #sidebar-close .toolbarbutton-icon {
width: 14px !important;
height: 14px !important;
opacity: 0.6 !important;
}