diff --git a/svg/avatar.svg b/svg/avatar.svg new file mode 100644 index 00000000..2c76ff6c --- /dev/null +++ b/svg/avatar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ts/components/UserSelector.vue b/ts/components/UserSelector.vue index 99fbf567..18d7dfbe 100644 --- a/ts/components/UserSelector.vue +++ b/ts/components/UserSelector.vue @@ -1,110 +1,168 @@ diff --git a/ts/view/configuration/UserEdit.vue b/ts/view/configuration/UserEdit.vue index 7986fe12..012a8262 100644 --- a/ts/view/configuration/UserEdit.vue +++ b/ts/view/configuration/UserEdit.vue @@ -5,7 +5,10 @@ object-fit: cover; border: 3px solid #dee2e6; } - +.bi-avatar { + height: 128px; + width: 128px; +} .btn-close-white { opacity: 0.8; } @@ -47,7 +50,9 @@ pre {
+