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 disabled operation button interval in the code preview interface
|
||||
- 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 {
|
||||
color: ${themeVars.color.text.light.num1};
|
||||
}
|
||||
.issue-content {
|
||||
.issue-content-left {
|
||||
.packages-content {
|
||||
.packages-content-left {
|
||||
width: calc(100% - 304px - 16px);
|
||||
.ui.top.attached.header {
|
||||
font-size: 14px;
|
||||
padding: 16px;
|
||||
@@ -79,9 +80,10 @@ export const packagesDetail = css`
|
||||
}
|
||||
}
|
||||
}
|
||||
.issue-content-right {
|
||||
.packages-content-right {
|
||||
border: 0;
|
||||
padding: 0px 16px;
|
||||
width: 304px;
|
||||
> strong {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user