From 1ade89be3581c5b206b152a655426181376355e4 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 11 Dec 2020 22:36:57 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=A0=E3=83=A9=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E3=83=8E=E3=83=BC=E3=83=88=E3=82=92=E8=A9=B1?= =?UTF-8?q?=E3=81=97=E3=81=A6=E8=A1=A8=E7=A4=BA=E3=81=99=E3=82=8B=E3=82=AA?= =?UTF-8?q?=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ja-JP.yml | 1 + src/client/components/timeline.vue | 2 +- src/client/pages/settings/general.vue | 6 ++++++ src/client/store.ts | 1 + src/client/style.scss | 16 ++++++++++++++-- src/client/ui/deck/column.vue | 2 +- src/client/ui/default.widgets.vue | 4 ++-- 7 files changed, 26 insertions(+), 6 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 5af9462984..6cf33c5e2c 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -663,6 +663,7 @@ experimentalFeatures: "実験的機能" developer: "開発者" makeExplorable: "アカウントを見つけやすくする" makeExplorableDescription: "オフにすると、「みつける」にアカウントが載らなくなります。" +showGapBetweenNotesInTimeline: "タイムラインのノートを離して表示" _aboutMisskey: about: "Misskeyはsyuiloによって2014年から開発されている、オープンソースのソフトウェアです。" diff --git a/src/client/components/timeline.vue b/src/client/components/timeline.vue index df9424d8ed..011f22ee17 100644 --- a/src/client/components/timeline.vue +++ b/src/client/components/timeline.vue @@ -1,5 +1,5 @@