summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-17 11:34:31 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-17 11:34:31 -0500
commit358545b8d2b41b24bdb8dc581f9541122212ae56 (patch)
treefbb606f4317c3a7e3f355cc3d19da53165e23580
parent95cc46a44a2d871fe700ed08850851f863ef2408 (diff)
downloadgitlab-ce-358545b8d2b41b24bdb8dc581f9541122212ae56.tar.gz
Make it responsive
-rw-r--r--app/assets/stylesheets/pages/profile.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 0cd37e7014f..3831f88f01e 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -201,11 +201,15 @@
.modal-profile-crop {
.modal-dialog {
width: 380px;
+
+ @media (max-width: $screen-sm-min) {
+ width: auto;
+ }
+
}
.profile-crop-image-container {
- width: 350px;
- height: 350px;
+ height: 300px;
margin: 0 auto;
}