修复嵌套下拉菜单样式和双选项切换按钮

This commit is contained in:
lutinglt
2025-09-07 23:05:26 +08:00
parent 6c0fd14119
commit f08c7a0c8c
5 changed files with 62 additions and 44 deletions

View File

@@ -22,8 +22,9 @@ export const dashboard = css`
display: none;
}
&:not(.active) {
margin: 4px !important;
width: calc(50% - 8px);
border-radius: ${otherThemeVars.border.radius};
margin: 6px !important;
width: calc(50% - 12px);
&:hover {
background: ${themeVars.github.control.transparent.bgColor.hover};
}