File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 id : build
2727 if : steps.changes.outputs.src == 'true'
2828 run : |
29- npm run install:vite8
29+ npm run install
3030 npm run build
3131
3232 - name : Upload css assets
5353 uses : actions/upload-artifact@v4
5454 with :
5555 name : locales
56- path : dist/options/locale
56+ path : dist/options/locale
Original file line number Diff line number Diff line change 11{
22 "typescript.experimental.useTsgo" : false
3- }
3+ }
Original file line number Diff line number Diff line change 1- ### 🌈 Style
2-
3- #### More aligned with GitHub style
4-
5- ##### Template File
6-
71### 🐞 Fix
2+
3+ - Fix the width of the detailed page of the software package under the phone
Original file line number Diff line number Diff line change 11{
22 "name" : " gitea-github-theme" ,
3- "version" : " 1.25.4.rc " ,
3+ "version" : " 1.25.4" ,
44 "type" : " module" ,
55 "scripts" : {
66 "dev" : " vite build --mode dev" ,
3535 "sass-embedded" : " ^1.89.2" ,
3636 "typescript-eslint" : " ^8.34.1" ,
3737 "typescript-plugin-css-modules" : " ^5.1.0" ,
38- "vite" : " ^8.0.0-beta.0 "
38+ "vite" : " ^7.3.1 "
3939 },
4040 "prettier" : {
4141 "printWidth" : 120 ,
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ export const comment = css`
309309 .ui .basic .label {
310310 ${ botLabelStyle }
311311 }
312- a : has (relative-time ){
312+ a : has (relative-time ) {
313313 text-decoration : underline;
314314 }
315315 // 已编辑按钮
Original file line number Diff line number Diff line change @@ -123,3 +123,15 @@ export const packagesDetail = css`
123123 }
124124 }
125125` ;
126+
127+ // 手机页面下的软件包详细信息页
128+ export const packagesListMobile = css `
129+ @media (max-width : 767.98px ) {
130+ .page-content .packages .packages-content {
131+ .packages-content-left ,
132+ .packages-content-right {
133+ width : 100% ;
134+ }
135+ }
136+ }
137+ ` ;
You can’t perform that action at this time.
0 commit comments