mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
7 lines
190 B
CSS
7 lines
190 B
CSS
@import "userChrome/sidebar.css";
|
|
@import "userChrome/topbar.css";
|
|
|
|
/* 去除弹出菜单的透明边框 (与compositor冲突) */
|
|
menupopup, panel {
|
|
--panel-shadow-margin: 0 !important;
|
|
}
|