Increase avatar size on settings page to 120

Change-Id: I4021293c6eeb40e3c2e1ecc6bb8d11b311968bac
This commit is contained in:
Paladox none 2018-10-12 16:23:38 +00:00
parent 92522c9b0e
commit 3609ad156d
1 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@ limitations under the License.
<template>
<style include="shared-styles">
gr-avatar {
height: 10em;
width: 10em;
height: 120px;
width: 120px;
margin-right: .15em;
vertical-align: -.25em;
}
@ -44,7 +44,7 @@ limitations under the License.
<span class="title"></span>
<span class="value">
<gr-avatar account="[[_account]]"
image-size="32"></gr-avatar>
image-size="120"></gr-avatar>
</span>
</section>
<section class$="[[_hideAvatarChangeUrl(_avatarChangeUrl)]]">