From 7f2356ba4bf45b1a240c557d942ef10effb092d4 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 13 Apr 2021 12:43:19 +0900 Subject: [PATCH] Tweak UI --- src/client/components/abuse-report-window.vue | 6 +-- src/client/components/notes.vue | 2 +- .../notification-setting-window.vue | 24 ++++++----- src/client/components/remote-caution.vue | 2 +- src/client/components/signin.vue | 6 +-- src/client/components/signup-dialog.vue | 6 ++- src/client/components/ui/container.vue | 2 +- src/client/components/ui/info.vue | 4 ++ src/client/pages/api-console.vue | 42 +++++++++---------- src/client/pages/messaging/index.vue | 2 +- src/client/pages/timeline.vue | 6 +-- src/client/pages/user/index.vue | 20 ++++++--- src/client/style.scss | 26 ++++++------ src/client/ui/_common_/header.vue | 4 +- 14 files changed, 82 insertions(+), 70 deletions(-) diff --git a/src/client/components/abuse-report-window.vue b/src/client/components/abuse-report-window.vue index e92bd69ef..df5b594c0 100644 --- a/src/client/components/abuse-report-window.vue +++ b/src/client/components/abuse-report-window.vue @@ -8,14 +8,14 @@ -
-
+
+
{{ $ts.details }}
-
+
{{ $ts.send }}
diff --git a/src/client/components/notes.vue b/src/client/components/notes.vue index 33fb57c8c..aedf11bc4 100644 --- a/src/client/components/notes.vue +++ b/src/client/components/notes.vue @@ -15,7 +15,7 @@
- +
diff --git a/src/client/components/notification-setting-window.vue b/src/client/components/notification-setting-window.vue index 3d1749797..5f16c042b 100644 --- a/src/client/components/notification-setting-window.vue +++ b/src/client/components/notification-setting-window.vue @@ -9,17 +9,19 @@ @closed="$emit('closed')" > -
- - {{ $ts.useGlobalSetting }} - - -
-
- {{ $ts.notificationSettingDesc }} - {{ $ts.disableAll }} - {{ $ts.enableAll }} - {{ $t(`_notification._types.${type}`) }} +
+
+ + {{ $ts.useGlobalSetting }} + + +
+
+ {{ $ts.notificationSettingDesc }} + {{ $ts.disableAll }} + {{ $ts.enableAll }} + {{ $t(`_notification._types.${type}`) }} +
diff --git a/src/client/components/remote-caution.vue b/src/client/components/remote-caution.vue index 98c7aaaa6..c9c5ceea4 100644 --- a/src/client/components/remote-caution.vue +++ b/src/client/components/remote-caution.vue @@ -1,5 +1,5 @@