aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-12 11:06:21 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-12 11:06:21 +0100
commit571a9642a546b7cd6757884be72de0226cfb006e (patch)
tree7a5b3da3034c432d0857782443c4ece5dba31e02 /view/css
parent9e2424ee7648fd951b120db65af658f6d39edd92 (diff)
downloadvolse-hubzilla-571a9642a546b7cd6757884be72de0226cfb006e.tar.gz
volse-hubzilla-571a9642a546b7cd6757884be72de0226cfb006e.tar.bz2
volse-hubzilla-571a9642a546b7cd6757884be72de0226cfb006e.zip
slightly improve cropper style
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_profile_photo.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/view/css/mod_profile_photo.css b/view/css/mod_profile_photo.css
index 5540b5fae..1b7e15194 100644
--- a/view/css/mod_profile_photo.css
+++ b/view/css/mod_profile_photo.css
@@ -9,4 +9,12 @@
#profile-photo-submit-wrapper {
clear: both;
-} \ No newline at end of file
+}
+
+#profile-photo-wrapper {
+ height: 300px;
+ width: 300px;
+ max-width: 300px;
+ max-height: 300px;
+ overflow: hidden;
+}