From c1f0fa5bd6b2f6b5f8c46375bc32e54c9c985844 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 11 Feb 2022 22:16:20 +0900 Subject: [PATCH] enhance(client): tweak padding --- CHANGELOG.md | 2 +- packages/client/src/components/global/spacer.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a396102b..dfed918d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ You should also include the user name that made the change. ## 12.x.x (unreleased) ### Improvements -- +- クライアント: スマートフォンでの余白を調整 @syuilo ### Bugfixes - クライアント: ノートの詳細が表示されない問題を修正 @syuilo diff --git a/packages/client/src/components/global/spacer.vue b/packages/client/src/components/global/spacer.vue index 8a1d7a4e8..f2eda1907 100644 --- a/packages/client/src/components/global/spacer.vue +++ b/packages/client/src/components/global/spacer.vue @@ -7,6 +7,7 @@