fix(client): 一部環境でサイドバーの投稿ボタンが表示されない問題を修正
This commit is contained in:
parent
e7d6bd19eb
commit
1c6ab5447d
2 changed files with 3 additions and 2 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue