mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update firefox ui: toolbar panel
This commit is contained in:
parent
d808350034
commit
2f0d8c61e3
1 changed files with 20 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue