mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 13:40:31 +00:00
fix org
This commit is contained in:
@@ -7,14 +7,14 @@ export const monaco = css`
|
||||
.monaco-mouse-cursor-text {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
// 滚动时固定在顶部的行
|
||||
.monaco-editor .sticky-widget {
|
||||
background: ${themeVars.color.body} !important;
|
||||
box-shadow: 0 1px 0 ${themeVars.color.secondary.self} !important;
|
||||
width: 100% !important;
|
||||
.sticky-line-content {
|
||||
font-size: 12px !important;
|
||||
// 滚动时固定在顶部的行
|
||||
.sticky-widget {
|
||||
background: ${themeVars.color.body} !important;
|
||||
box-shadow: 0 1px 0 ${themeVars.color.secondary.self} !important;
|
||||
width: 100% !important;
|
||||
.sticky-line-content {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { css, themeVars } from "src/types/vars";
|
||||
|
||||
export const org = css`
|
||||
.page-content.organization.profile {
|
||||
.page-content.organization {
|
||||
#org-info {
|
||||
.ui.header {
|
||||
// 组织页面的 RSS 订阅按钮
|
||||
|
||||
Reference in New Issue
Block a user