From 1c6ab5447d591f4f6e876b59f6e104fcf30869a3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 12 Feb 2022 17:28:33 +0900 Subject: [PATCH] =?UTF-8?q?fix(client):=20=E4=B8=80=E9=83=A8=E7=92=B0?= =?UTF-8?q?=E5=A2=83=E3=81=A7=E3=82=B5=E3=82=A4=E3=83=89=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=81=AE=E6=8A=95=E7=A8=BF=E3=83=9C=E3=82=BF=E3=83=B3=E3=81=8C?= =?UTF-8?q?=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- packages/client/src/ui/_common_/sidebar.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb475ba61..4469a1496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,9 @@ You should also include the user name that made the change. - クライアント: テーマを追加 @syuilo ### Bugfixes -- クライアント: デバイスのスクリーンのセーフエリアを考慮するように @syuilo - クライアント: ソフトミュートですべてがマッチしてしまう場合があるのを修正 @tamaina +- クライアント: デバイスのスクリーンのセーフエリアを考慮するように @syuilo +- クライアント: 一部環境でサイドバーの投稿ボタンが表示されない問題を修正 @syuilo ## 12.106.3 (2022/02/11) diff --git a/packages/client/src/ui/_common_/sidebar.vue b/packages/client/src/ui/_common_/sidebar.vue index 94baacbee..f33d8f899 100644 --- a/packages/client/src/ui/_common_/sidebar.vue +++ b/packages/client/src/ui/_common_/sidebar.vue @@ -305,7 +305,7 @@ export default defineComponent({ &.post:before { width: calc(100% - 28px); - height: min-content; + height: auto; aspect-ratio: 1/1; border-radius: 100%; }