mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-16 20:42:58 +01:00
Merge branch 'master' of github.com:psychobunny/NodeBB
This commit is contained in:
@@ -361,9 +361,9 @@ footer.footer {
|
||||
height:128px;
|
||||
}
|
||||
|
||||
.user-header-profile-picture {
|
||||
width:24px;
|
||||
height:24px;
|
||||
.user-8080-picture {
|
||||
width:80px;
|
||||
height:80px;
|
||||
}
|
||||
|
||||
.user-picture-label {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<div class="users-box well">
|
||||
<a href="/users/{users.username}">
|
||||
<img src="{users.picture}"/>
|
||||
<img src="{users.picture}" class="user-8080-picture"/>
|
||||
</a>
|
||||
<br/>
|
||||
<a href="/users/{users.username}">{users.username}</a>
|
||||
|
||||
0
public/uploads/.gitignore
vendored
Normal file
0
public/uploads/.gitignore
vendored
Normal file
Reference in New Issue
Block a user