From 6eeabc09bfd7849e0984d47f1915435c380615dc Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 24 Oct 2016 10:13:28 -0400 Subject: [PATCH] nodebb/nodebb#5151 --- less/account.less | 6 + .../partials/modals/change_picture_modal.tpl | 119 +++++++++--------- 2 files changed, 65 insertions(+), 60 deletions(-) diff --git a/less/account.less b/less/account.less index abd2568..ff94fa2 100644 --- a/less/account.less +++ b/less/account.less @@ -332,6 +332,12 @@ .user-icon-style(46px, 2.4rem, 50%); } + @media (max-width: @screen-sm) { + img, .user-icon { + display: none; + } + } + h4 { line-height: 46px; margin: 0; diff --git a/templates/partials/modals/change_picture_modal.tpl b/templates/partials/modals/change_picture_modal.tpl index 443c87d..9ec85c9 100644 --- a/templates/partials/modals/change_picture_modal.tpl +++ b/templates/partials/modals/change_picture_modal.tpl @@ -1,63 +1,62 @@ -
- + + +
-
-

[[user:default_picture]]

-
- - - - - - -
- -
-
- - -
- -
- - -
- +
+
+ + + + + + + + + +
- -
+
\ No newline at end of file