diff --git a/public/scss/modules/picture-switcher.scss b/public/scss/modules/picture-switcher.scss index 05572c56dd..218f826690 100644 --- a/public/scss/modules/picture-switcher.scss +++ b/public/scss/modules/picture-switcher.scss @@ -1,14 +1,4 @@ .picture-switcher { - img, .user-icon { - @include user-icon-style(46px, 2.4rem, 50%); - } - - @include media-breakpoint-down(sm) { - img, .user-icon { - display: none; - } - } - h4 { line-height: 46px; margin: 0; diff --git a/src/views/modals/change-picture.tpl b/src/views/modals/change-picture.tpl index af5c203306..9d7b9185c9 100644 --- a/src/views/modals/change-picture.tpl +++ b/src/views/modals/change-picture.tpl @@ -1,5 +1,5 @@ -
-
+
+
{{{each pictures}}}
-
+
- + {{{ if allowProfileImageUploads }}} - + {{{ end }}} - + {{{ if uploaded }}} - + {{{ end }}}