Skip to content

Commit 9abff67

Browse files
devvaannshabose
authored andcommitted
fix: made user profile size consistent to other icons
1 parent cdc48a6 commit 9abff67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/brackets.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,8 @@ a, img {
670670
}
671671

672672
.user {
673-
background-image: url("images/circle-user-solid.svg");
673+
background: url("images/circle-user-solid.svg") center no-repeat;
674+
background-size: 20px 20px;
674675
}
675676

676677
#editor-holder {

0 commit comments

Comments
 (0)