mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
dashboard 和 label 迁移
This commit is contained in:
10
styles/components/dashboard.tsx
Normal file
10
styles/components/dashboard.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { css } from "src/types/vars";
|
||||
|
||||
export const dashboard = css`
|
||||
.page-content.dashboard {
|
||||
.flex-item .flex-item-trailing svg {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user