>>630
https://ssbsblg.blogspot.com/2017/10/16.html
真ん中あたりにあるカスタマイズ例を参考にして、
自分好みに調整した。

/* auto hide bookmark toolbar */ を隠れないように停止させた。

また、以下を追加した。
/* ブラウジングライブラリー:行間を狭くする */
treechildren::-moz-tree-row{
height:0 !important;
border-width:1px !important;
}

/* サイドバーのブックマーク:フォルダの色を元に戻す */
@-moz-document url(chrome://browser/content/bookmarks/bookmarksPanel.xul) {
treechildren::-moz-tree-image(title, container),
treechildren::-moz-tree-image(title, open) {
list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
-moz-image-region: rect(0px, 32px, 16px, 16px)!important
}
}

/* ブラウジングライブラリー:フォルダの色を元に戻す */
@-moz-document url(chrome://browser/content/places/places.xul) {
treechildren::-moz-tree-image(title, container),
treechildren::-moz-tree-image(title, open) {
list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
-moz-image-region: rect(0px, 32px, 16px, 16px)!important
}