Skip to content

Commit 5af9002

Browse files
committed
fix: update site-box styles for responsive design
- Adjusted the width of the site-box in index.component.html to be responsive with a utility class for medium screens. - Removed the fixed width setting in index.component.scss to allow for flexible layout.
1 parent dbb24c9 commit 5af9002

File tree

4 files changed

+480
-913
lines changed

4 files changed

+480
-913
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,40 +23,40 @@
2323
"type": "module",
2424
"private": true,
2525
"dependencies": {
26-
"@angular/animations": "^20.2.1",
27-
"@angular/common": "^20.2.1",
28-
"@angular/compiler": "^20.2.1",
29-
"@angular/core": "^20.2.1",
30-
"@angular/forms": "^20.2.1",
31-
"@angular/platform-browser": "^20.2.1",
32-
"@angular/platform-browser-dynamic": "^20.2.1",
33-
"@angular/router": "^20.2.1",
34-
"@angular/service-worker": "^20.2.1",
35-
"axios": "^1.11.0",
26+
"@angular/animations": "^20.3.0",
27+
"@angular/common": "^20.3.0",
28+
"@angular/compiler": "^20.3.0",
29+
"@angular/core": "^20.3.0",
30+
"@angular/forms": "^20.3.0",
31+
"@angular/platform-browser": "^20.3.0",
32+
"@angular/platform-browser-dynamic": "^20.3.0",
33+
"@angular/router": "^20.3.0",
34+
"@angular/service-worker": "^20.3.0",
35+
"axios": "^1.12.1",
3636
"chrome-finder": "^1.0.7",
3737
"cron": "^4.3.3",
38-
"dayjs": "^1.11.13",
38+
"dayjs": "^1.11.18",
3939
"express": "^5.1.0",
4040
"file-saver": "^2.0.5",
4141
"js-base64": "^3.7.8",
4242
"js-yaml": "^4.1.0",
4343
"localforage": "^1.10.0",
4444
"lz-string": "^1.5.0",
4545
"mitt": "^3.0.1",
46-
"ng-zorro-antd": "^20.1.2",
46+
"ng-zorro-antd": "^20.2.1",
4747
"nprogress": "^0.2.0",
48-
"puppeteer": "^24.17.0",
48+
"puppeteer": "^24.20.0",
4949
"qs": "^6.14.0",
5050
"rough-notation": "^0.5.1",
5151
"rxjs": "~7.8.2",
5252
"sharp": "^0.34.3",
5353
"zone.js": "~0.15.1"
5454
},
5555
"devDependencies": {
56-
"@angular-devkit/build-angular": "^20.2.0",
57-
"@angular/cli": "^20.2.0",
58-
"@angular/compiler-cli": "^20.2.1",
59-
"@tailwindcss/postcss": "^4.1.12",
56+
"@angular-devkit/build-angular": "^20.3.1",
57+
"@angular/cli": "^20.3.1",
58+
"@angular/compiler-cli": "^20.3.0",
59+
"@tailwindcss/postcss": "^4.1.13",
6060
"@types/compression": "^1.8.1",
6161
"@types/file-saver": "^2.0.7",
6262
"@types/jasmine": "~5.1.9",
@@ -69,16 +69,16 @@
6969
"connect-history-api-fallback": "^2.0.0",
7070
"cors": "^2.8.5",
7171
"info-web": "^0.0.46",
72-
"jasmine-core": "~5.9.0",
73-
"lint-staged": "^16.1.5",
74-
"nodemailer": "^7.0.5",
75-
"oxlint": "^1.12.0",
76-
"pm2": "^6.0.8",
72+
"jasmine-core": "~5.10.0",
73+
"lint-staged": "^16.1.6",
74+
"nodemailer": "^7.0.6",
75+
"oxlint": "^1.15.0",
76+
"pm2": "^6.0.10",
7777
"postcss": "^8.5.6",
7878
"prettier": "^3.6.2",
79-
"tailwindcss": "^4.1.12",
79+
"tailwindcss": "^4.1.13",
8080
"tslib": "^2.8.1",
81-
"tsx": "^4.20.4",
81+
"tsx": "^4.20.5",
8282
"typescript": "~5.9.2"
8383
}
8484
}

0 commit comments

Comments
 (0)