mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 07:25:46 +01:00
image upload and changing images will clean up later andrew stayla
This commit is contained in:
@@ -270,6 +270,8 @@ footer.footer {
|
||||
margin-right: 8px;
|
||||
margin-top: -2px;
|
||||
float: left;
|
||||
width:24px;
|
||||
height:24px;
|
||||
}
|
||||
|
||||
span {
|
||||
@@ -347,6 +349,20 @@ footer.footer {
|
||||
margin-right:20px;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.user-profile-picture {
|
||||
width:128px;
|
||||
height:128px;
|
||||
}
|
||||
|
||||
.user-header-profile-picture {
|
||||
width:24px;
|
||||
height:24px;
|
||||
}
|
||||
|
||||
.user-picture-label {
|
||||
font-size:20px;
|
||||
}
|
||||
|
||||
.account-bio-block{
|
||||
display:inline-block;
|
||||
|
||||
Reference in New Issue
Block a user