Skip to content

Commit

Permalink
feat: fix img to be rounded square
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Jan 17, 2025
1 parent 215c620 commit fb5f75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
}
#issues-container img {
height: 24px;
border-radius: 24px;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
}
#issues-container img {
height: 24px;
border-radius: 24px;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit fb5f75c

Please sign in to comment.