Restore the grey border around the user image on the profile page
This approach keeps the look without adding in the margins (and floats) which are inappropriate for the flex-based layout.
This commit is contained in:
parent
dfaea75c27
commit
31e247c1e2
2 changed files with 7 additions and 1 deletions
|
@ -1445,6 +1445,12 @@ img.user_image {
|
|||
margin-right: $lineheight;
|
||||
}
|
||||
|
||||
img.user_image_no_margins {
|
||||
max-width: 100px;
|
||||
max-height: 100px;
|
||||
border: 1px solid $grey;
|
||||
}
|
||||
|
||||
img.user_thumbnail {
|
||||
max-width: 50px;
|
||||
max-height: 50px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue