Navigation bar Issue & PR moved to the right side.

This commit is contained in:
lutinglt
2025-11-21 14:28:40 +08:00
parent 678beb2c0d
commit a83fe43cbb
11 changed files with 440 additions and 13 deletions

View File

@@ -153,7 +153,7 @@ export const notification = css`
box-shadow: 2px 0 0 ${themeVars.github.borderColor.accent.emphasis} inset;
color: ${themeVars.color.text.self};
}
> .notifications-link > div{
> .notifications-link > div {
&:first-child {
font-size: 12px !important;
}

View File

@@ -40,7 +40,7 @@ export const input = css`
align-items: center;
}
// 下拉菜单的输入框
.ui.dropdown.dropdown .menu>.input {
.ui.dropdown.dropdown .menu > .input {
margin: 12px 10px;
}
`;