fix(client): 一部環境でサイドバーの投稿ボタンが表示されない問題を修正
This commit is contained in:
parent
e7d6bd19eb
commit
1c6ab5447d
|
@ -16,8 +16,9 @@ You should also include the user name that made the change.
|
||||||
- クライアント: テーマを追加 @syuilo
|
- クライアント: テーマを追加 @syuilo
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
- クライアント: デバイスのスクリーンのセーフエリアを考慮するように @syuilo
|
|
||||||
- クライアント: ソフトミュートですべてがマッチしてしまう場合があるのを修正 @tamaina
|
- クライアント: ソフトミュートですべてがマッチしてしまう場合があるのを修正 @tamaina
|
||||||
|
- クライアント: デバイスのスクリーンのセーフエリアを考慮するように @syuilo
|
||||||
|
- クライアント: 一部環境でサイドバーの投稿ボタンが表示されない問題を修正 @syuilo
|
||||||
|
|
||||||
## 12.106.3 (2022/02/11)
|
## 12.106.3 (2022/02/11)
|
||||||
|
|
||||||
|
|
|
@ -305,7 +305,7 @@ export default defineComponent({
|
||||||
|
|
||||||
&.post:before {
|
&.post:before {
|
||||||
width: calc(100% - 28px);
|
width: calc(100% - 28px);
|
||||||
height: min-content;
|
height: auto;
|
||||||
aspect-ratio: 1/1;
|
aspect-ratio: 1/1;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue