>>187
userContent.cssに

@-moz-document url-prefix(moz-extension://) {
#mainTree {
flex-grow: 3 !important; /* 上ペインの比率 */
}
#subTree {
flex-grow: 2 !important; /* 下ペインの比率 */
}
}