Skip to content

Commit

Permalink
WEB-5551 Hide change avatar button
Browse files Browse the repository at this point in the history
  • Loading branch information
Radjino Bholanath committed Dec 1, 2016
1 parent a28aca3 commit 313b7ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion less/account.less
Expand Up @@ -304,7 +304,7 @@

//

.account-picture-block{
.account-picture-block {
vertical-align:top;
margin-bottom:20px;

Expand All @@ -315,6 +315,12 @@
.dropdown-toggle {
cursor: pointer;
}

// NodeBB does not have an option to hide this button. Only to disallow custom uploads.
// We hide the button here instead of creating a new plugin to do this in code, because that's a lot of work for little gain.
#changePictureBtn {
display: none;
}
}

.user-picture-label {
Expand Down
Binary file modified screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion theme.json
@@ -1,7 +1,7 @@
{
"id": "nodebb-theme-gamebasics",
"name": "Gamebasics",
"description": "The default theme for NodeBB. Uses a standard approach to forum design.",
"description": "The Gamebasics custom theme for NodeBB",
"url": "https://github.com/GamebasicsBV/nodebb-theme-gamebasics",
"screenshot": "screenshot.png"
}

0 comments on commit 313b7ac

Please sign in to comment.