Update firefox ui: toolbar panel

This commit is contained in:
rydesun 2020-06-24 11:55:57 +08:00
parent d808350034
commit 2f0d8c61e3

View file

@ -57,3 +57,23 @@ treechildren::-moz-tree-separator {
box.panel-arrowcontent {
margin: 0px !important;
}
/* 弹出工具栏 */
panelview#widget-overflow-mainView vbox.panel-subview-body {
display: block !important;
overflow: auto !important;
}
panelview#widget-overflow-mainView vbox#widget-overflow-fixed-list {
display: flex !important;
flex-wrap: wrap !important;
}
panelview#widget-overflow-mainView vbox#widget-overflow-fixed-list toolbarbutton {
width: calc(100% / 6) !important;
height: 40px !important;
}
panelview#widget-overflow-mainView vbox#widget-overflow-fixed-list label.toolbarbutton-text {
display: none !important;
}
panelview#widget-overflow-mainView .subviewbutton.panel-subview-footer {
min-height: unset !important;
}