Skip to content

Commit

Permalink
🐛 Fix: 修复友链页面图片没有自适应的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhuz committed Jul 30, 2020
1 parent 73961d0 commit fbd3dd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/css/links.less
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,8 @@ figure {
.image.is-64x64 {
height: 64px;
width: 64px;
}

.image.is-64x64 img {
height: 100% !important;
}

0 comments on commit fbd3dd7

Please sign in to comment.