diff --git a/src/static/a/userprofile.css b/src/static/a/userprofile.css index f294eff0..ba5fe8a5 100644 --- a/src/static/a/userprofile.css +++ b/src/static/a/userprofile.css @@ -3,7 +3,7 @@ */ article > section.accountinfo { - min-height: 75px; + min-height: 80px; } article > section > img.avatar { background-color: rgba(0, 0, 0, 0.2); @@ -12,7 +12,7 @@ article > section > img.avatar { box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6); float: left; margin: 0px 8px 8px 0px; - max-height: 75px; + max-height: 80px; max-width: 100px; padding: 0px; vertical-align: top; diff --git a/src/templates/User/View.phtml b/src/templates/User/View.phtml index 732d1085..54fc7dd5 100644 --- a/src/templates/User/View.phtml +++ b/src/templates/User/View.phtml @@ -43,7 +43,7 @@ require("./header.inc.phtml"); "/> User Profile - + getContext()->biography) { ?> (no biography information.)
(no biography information.)