mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 14:16:28 +00:00
Fix packages details page style
This commit is contained in:
@@ -12,3 +12,4 @@
|
|||||||
- Fix the problem of missing background color and width when there is a unicode character in the diff
|
- Fix the problem of missing background color and width when there is a unicode character in the diff
|
||||||
- Fix the disabled operation button interval in the code preview interface
|
- Fix the disabled operation button interval in the code preview interface
|
||||||
- Fix fixed height when scrolling through step titles on workflow detail pages
|
- Fix fixed height when scrolling through step titles on workflow detail pages
|
||||||
|
- Fix packages details page style
|
||||||
|
|||||||
@@ -50,8 +50,9 @@ export const packagesDetail = css`
|
|||||||
.issue-title-header > div {
|
.issue-title-header > div {
|
||||||
color: ${themeVars.color.text.light.num1};
|
color: ${themeVars.color.text.light.num1};
|
||||||
}
|
}
|
||||||
.issue-content {
|
.packages-content {
|
||||||
.issue-content-left {
|
.packages-content-left {
|
||||||
|
width: calc(100% - 304px - 16px);
|
||||||
.ui.top.attached.header {
|
.ui.top.attached.header {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
@@ -79,9 +80,10 @@ export const packagesDetail = css`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.issue-content-right {
|
.packages-content-right {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0px 16px;
|
padding: 0px 16px;
|
||||||
|
width: 304px;
|
||||||
> strong {
|
> strong {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user