Skip to content

Commit d63061d

Browse files
committed
Change user profile avatar from 75px to 80px
1 parent 57f88ad commit d63061d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/static/a/userprofile.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
article > section.accountinfo {
6-
min-height: 75px;
6+
min-height: 80px;
77
}
88
article > section > img.avatar {
99
background-color: rgba(0, 0, 0, 0.2);
@@ -12,7 +12,7 @@ article > section > img.avatar {
1212
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
1313
float: left;
1414
margin: 0px 8px 8px 0px;
15-
max-height: 75px;
15+
max-height: 80px;
1616
max-width: 100px;
1717
padding: 0px;
1818
vertical-align: top;

src/templates/User/View.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require("./header.inc.phtml");
4343
<a href="https://facebook.com/sharer/sharer.php?u=<?php echo urlencode($url); ?>" rel="external" data-popup="1"><img class="header-button float-right" src="<?php echo Common::relativeUrlToAbsolute("/a/social-facebook-24px.png"); ?>"/></a>
4444
<header>User Profile</header>
4545
<section class="accountinfo">
46-
<img class="avatar" src="<?php echo $object->getAvatarURI(75); ?>" />
46+
<img class="avatar" src="<?php echo $object->getAvatarURI(80); ?>" />
4747
<strong><?php echo $safe_name; ?></strong><br />
4848
<?php if (!$this->getContext()->biography) { ?>
4949
<p class="biography"><em>(no biography information.)</em></p>

0 commit comments

Comments
 (0)