From bb45abac8745a896e8eb8ffdb1918c3cd877612b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 15 Jan 2023 12:27:44 -0500 Subject: [PATCH] feat: picture switcher mobile --- public/scss/modules/picture-switcher.scss | 10 ------ src/views/modals/change-picture.tpl | 39 ++++++----------------- 2 files changed, 10 insertions(+), 39 deletions(-) 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 }}}