diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-09 13:59:16 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-09 13:59:16 +0200 |
commit | efa55437d4d14dd81d10a98e5d3201d27bcbfafb (patch) | |
tree | c6040e8f1cd1982b520d8285d08d3f967d7445de /view/tpl | |
parent | e12d58a75cf0fa32e935caa9e53cb2db953d8409 (diff) | |
download | volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.tar.gz volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.tar.bz2 volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.zip |
increase width of the aside area and make default profile image size 300x300
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/cropbody.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/cropbody.tpl b/view/tpl/cropbody.tpl index da5b1e859..4794c0b83 100755 --- a/view/tpl/cropbody.tpl +++ b/view/tpl/cropbody.tpl @@ -25,8 +25,8 @@ 'croppa', { previewWrap: 'previewWrap', - minWidth: 175, - minHeight: 175, + minWidth: 300, + minHeight: 300, maxWidth: 640, maxHeight: 640, ratioDim: { x: 100, y:100 }, |