Update firefox css

This commit is contained in:
rydesun 2023-05-13 11:11:24 +08:00
parent aad2e0eb7f
commit c8bd293d7d
2 changed files with 9 additions and 2 deletions

View file

@ -2,6 +2,6 @@
@import "userChrome/topbar.css";
/* 去除弹出菜单的透明边框 (与compositor冲突) */
.menupopup-arrowscrollbox, slot:nth-child(1) {
margin: 0 !important;
menupopup, panel {
--panel-shadow-margin: 0 !important;
}

View file

@ -0,0 +1,7 @@
/* Sidebery */
@-moz-document regexp("^moz-extension://[a-zA-Z0-9-]+/sidebar/index\.html.*")
{
#root .Tab .close {
transition: opacity 200ms ease-in;
}
}