Skip to content

Commit

Permalink
自定义修改
Browse files Browse the repository at this point in the history
  • Loading branch information
Larvan2 committed Oct 24, 2023
1 parent f2c729c commit 3e4bfd5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ jobs:
node-version: '18.x'
cache: pnpm
- name: Install package and build
run: |
pnpm install --no-frozen-lockfile
pnpm build
run: npm install -g pnpm && pnpm i && pnpm build
- name: Deploy
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: public
fqdn: yacd.metacubex.one
fqdn: http://yacd.alfakyun.tech
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 3 additions & 4 deletions src/components/ConnectionTable.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,17 @@
}

.break {
/* 上边下边 | 左边右边 */
max-width: 13em;
min-width: 9em;
word-wrap: break-word;
word-break: break-all;
align-items: center;
text-align: left;
}

.td {
/* 上边下边 | 左边右边 */
padding: 10px 5px;
font-size: 0.9em;
// max-width: 14em;
min-width: 9em;
cursor: default;
text-align: left;
vertical-align: middle;
Expand Down
2 changes: 1 addition & 1 deletion src/components/proxies/ProxyLatency.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
color: #eee;
font-size: 0.75em;
@media (--breakpoint-not-small) {
font-size: 0.8em;
font-size: 1em;
}
}
2 changes: 1 addition & 1 deletion src/components/proxies/ProxyProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function ProxyProviderImpl({
display: 'flex',
alignItems: 'center',
flexWrap: 'wrap',
justifyContent: 'space-between',
justifyContent: 'start',
}}
>
<CollapsibleSectionHeader
Expand Down

0 comments on commit 3e4bfd5

Please sign in to comment.