Skip to content

Commit

Permalink
Fixed non-square avatar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaluminium committed Jun 18, 2024
1 parent 476c6e9 commit 5fcbe8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/built/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/screen.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -2024,6 +2024,8 @@ Search LOGO Login Subscribe
.gh-article-author-image :is(img, svg) {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

Expand Down Expand Up @@ -2535,6 +2537,7 @@ figcaption a {
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
}

.author-template .gh-article-title {
Expand Down

0 comments on commit 5fcbe8f

Please sign in to comment.