mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 14:16:28 +00:00
Navigation bar Issue & PR moved to the right side.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ export const input = css`
|
||||
align-items: center;
|
||||
}
|
||||
// 下拉菜单的输入框
|
||||
.ui.dropdown.dropdown .menu>.input {
|
||||
.ui.dropdown.dropdown .menu > .input {
|
||||
margin: 12px 10px;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user