Skip to content
Snippets Groups Projects
Commit 1c6ab544 authored by syuilo's avatar syuilo
Browse files

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

parent e7d6bd19
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,9 @@ You should also include the user name that made the change. ...@@ -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({ ...@@ -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%;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment