Skip to content

Commit

Permalink
🐛修复了约稿页面“显示更大的缩略图”失效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xuejianxianzun committed May 6, 2024
1 parent 2deb27d commit 32d74cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TODO:日语文本需要加粗显示关键字,但是我不懂日语,所以现

- 自动合并系列小说

## 17.0.0 2024/05/06
## 17.0.0 2024/05/07

### ⚙️可以设置慢速抓取时的间隔时间了

Expand Down
8 changes: 4 additions & 4 deletions dist/style/showLargerThumbnails.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,17 +332,17 @@ div[width='104'] .eCFXg {
object-position: center;
}
/* 约稿页面 */
.ijiEqW {
.jlWuvS {
display: flex;
flex-wrap: wrap;
}
.ijiEqW li,
.jlWuvS li,
.dwiunr,
.hOMcwd {
margin: 26px;
}
.ijiEqW .jdIpfd,
.ijiEqW li > div,
.jlWuvS .jdIpfd,
.jlWuvS li > div,
.fHNABj {
display: flex;
flex-direction: column;
Expand Down
8 changes: 4 additions & 4 deletions src/style/showLargerThumbnails.less
Original file line number Diff line number Diff line change
Expand Up @@ -390,19 +390,19 @@ div[width='104'] .eCFXg {

/* 约稿页面 */

.ijiEqW {
.jlWuvS {
display: flex;
flex-wrap: wrap;
}

.ijiEqW li,
.jlWuvS li,
.dwiunr,
.hOMcwd {
margin: 26px;
}

.ijiEqW .jdIpfd,
.ijiEqW li > div,
.jlWuvS .jdIpfd,
.jlWuvS li > div,
.fHNABj {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 32d74cd

Please sign in to comment.