fix(client): 一部環境でサイドバーの投稿ボタンが表示されない問題を修正

This commit is contained in:
syuilo 2022-02-12 17:28:33 +09:00
parent e7d6bd19eb
commit 1c6ab5447d
2 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -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%;
}