fix: fixing avatar widths
This commit is contained in:
@@ -14,3 +14,7 @@
|
||||
border-color: darken($body-bg-light, 10%);
|
||||
}
|
||||
}
|
||||
img.avatar_img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user