mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2026-04-13 23:11:37 +08:00
Compare commits
2 Commits
ec0f8660e9
...
v1.25.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b9b7372a6 | ||
|
|
59b9c66c4e |
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -15,6 +15,7 @@ jobs:
|
||||
with:
|
||||
filters: |
|
||||
src:
|
||||
- ".github/workflows/*.yml"
|
||||
- "scripts/*"
|
||||
- "src/**/*.ts"
|
||||
- "styles/**/*.ts"
|
||||
@@ -26,7 +27,7 @@ jobs:
|
||||
id: build
|
||||
if: steps.changes.outputs.src == 'true'
|
||||
run: |
|
||||
npm run install:vite8
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
- name: Upload css assets
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
### 🌈 Style
|
||||
|
||||
#### More aligned with GitHub style
|
||||
|
||||
##### Template File
|
||||
|
||||
### 🐞 Fix
|
||||
|
||||
- Fix the width of the detailed page of the software package under the phone
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gitea-github-theme",
|
||||
"version": "1.25.4.rc",
|
||||
"version": "1.25.4",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite build --mode dev",
|
||||
@@ -35,7 +35,7 @@
|
||||
"sass-embedded": "^1.89.2",
|
||||
"typescript-eslint": "^8.34.1",
|
||||
"typescript-plugin-css-modules": "^5.1.0",
|
||||
"vite": "^8.0.0-beta.0"
|
||||
"vite": "^7.3.1"
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 120,
|
||||
|
||||
@@ -309,7 +309,7 @@ export const comment = css`
|
||||
.ui.basic.label {
|
||||
${botLabelStyle}
|
||||
}
|
||||
a:has(relative-time){
|
||||
a:has(relative-time) {
|
||||
text-decoration: underline;
|
||||
}
|
||||
// 已编辑按钮
|
||||
|
||||
@@ -123,3 +123,15 @@ export const packagesDetail = css`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
// 手机页面下的软件包详细信息页
|
||||
export const packagesListMobile = css`
|
||||
@media (max-width: 767.98px) {
|
||||
.page-content.packages .packages-content {
|
||||
.packages-content-left,
|
||||
.packages-content-right {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user