summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-05-03 09:08:00 -0400
committerChristopher Speller <crspeller@gmail.com>2017-05-03 09:08:00 -0400
commit1c8fdb4cdd3469d49fcd5a051d1e92111e87162d (patch)
treec15db458d272a0b77a5aab1ce07088ceb4d5ccd8 /webapp/sass
parentb509f65b8eb552f0df821d7e67e69044847f9470 (diff)
downloadchat-1c8fdb4cdd3469d49fcd5a051d1e92111e87162d.tar.gz
chat-1c8fdb4cdd3469d49fcd5a051d1e92111e87162d.tar.bz2
chat-1c8fdb4cdd3469d49fcd5a051d1e92111e87162d.zip
PLT-6277 Moved profile image cropping to server (#6269)
* PLT-6277 Moved profile image cropping to server * Cosmetic refactoring of SettingPicture component
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/routes/_settings.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/webapp/sass/routes/_settings.scss b/webapp/sass/routes/_settings.scss
index d2531339e..3c5565194 100644
--- a/webapp/sass/routes/_settings.scss
+++ b/webapp/sass/routes/_settings.scss
@@ -95,6 +95,14 @@
width: 128px;
}
+ .profile-img-preview {
+ background-position: 50% 50%;
+ background-size: cover;
+ border-radius: 100%;
+ height: 128px;
+ width: 128px;
+ }
+
.settings-table {
display: table;
margin: 0 auto;