Fix shadow around firefox popup

This commit is contained in:
rydesun 2021-08-23 17:40:25 +08:00
parent c303083fa3
commit 32e99d8d20
2 changed files with 4 additions and 7 deletions

View file

@ -9,7 +9,9 @@ shadow-offset-y = -32
shadow-opacity = 0.24
shadow-exclude = [
"class_g = 'Thunderbird' && argb"
"class_g = 'firefox' && window_type = 'utility'",
"class_g = 'Tor Browser' && window_type = 'utility'",
"class_g = 'Thunderbird' && window_type = 'utility'"
]
#################################

View file

@ -70,11 +70,6 @@ treechildren::-moz-tree-separator {
display: none !important;
}
/* 弹出的工具栏去除半透明阴影, 防止与picom阴影效果重复 */
box.panel-arrowcontent {
margin: 0px !important;
}
/* 弹出工具栏 */
panelview#widget-overflow-mainView vbox.panel-subview-body {
display: block !important;
@ -85,7 +80,7 @@ panelview#widget-overflow-mainView vbox#widget-overflow-fixed-list {
flex-wrap: wrap !important;
}
panelview#widget-overflow-mainView vbox#widget-overflow-fixed-list toolbarbutton {
width: calc(100% / 8) !important;
width: calc(100% / 10) !important;
height: 40px !important;
}
panelview#widget-overflow-mainView vbox#widget-overflow-fixed-list label.toolbarbutton-text {