From c5e9b69eb3b235e9828371affe0d8d88a780d096 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 14 Jun 2018 18:53:02 +0900 Subject: [PATCH] wip --- .../app/common/views/components/ui/card.vue | 14 +- .../app/common/views/components/ui/input.vue | 147 +++++++++++++++--- .../app/common/views/components/ui/switch.vue | 1 - .../common/views/components/ui/textarea.vue | 56 ++++++- .../views/pages/settings/settings.profile.vue | 4 +- 5 files changed, 188 insertions(+), 34 deletions(-) diff --git a/src/client/app/common/views/components/ui/card.vue b/src/client/app/common/views/components/ui/card.vue index 5ba15dad7..97f06ca65 100644 --- a/src/client/app/common/views/components/ui/card.vue +++ b/src/client/app/common/views/components/ui/card.vue @@ -10,17 +10,23 @@ diff --git a/src/client/app/common/views/components/ui/switch.vue b/src/client/app/common/views/components/ui/switch.vue index e78951a35..f86030986 100644 --- a/src/client/app/common/views/components/ui/switch.vue +++ b/src/client/app/common/views/components/ui/switch.vue @@ -143,7 +143,6 @@ root(isDark) > span display block line-height 20px - font-weight bold color isDark ? #c4ccd2 : rgba(#000, 0.75) transition inherit diff --git a/src/client/app/common/views/components/ui/textarea.vue b/src/client/app/common/views/components/ui/textarea.vue index 0a9f60f1b..d5e2b1562 100644 --- a/src/client/app/common/views/components/ui/textarea.vue +++ b/src/client/app/common/views/components/ui/textarea.vue @@ -65,13 +65,43 @@ export default Vue.extend({ diff --git a/src/client/app/mobile/views/pages/settings/settings.profile.vue b/src/client/app/mobile/views/pages/settings/settings.profile.vue index de891b573..64adac01e 100644 --- a/src/client/app/mobile/views/pages/settings/settings.profile.vue +++ b/src/client/app/mobile/views/pages/settings/settings.profile.vue @@ -29,12 +29,12 @@ %i18n:@avatar% - %fa:picture-o% + %fa:image% %i18n:@banner% - %fa:picture-o% + %fa:image% %i18n:@is-cat%