fix(client): 一部環境でサイドバーの投稿ボタンが表示されない問題を修正
This commit is contained in:
@ -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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user