diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-02-12 17:28:33 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-02-12 17:28:33 +0900 |
| commit | 1c6ab5447d591f4f6e876b59f6e104fcf30869a3 (patch) | |
| tree | 82fa3e105d38da146714de9b6447b729774fa876 /packages/client/src | |
| parent | :art: (diff) | |
| download | misskey-1c6ab5447d591f4f6e876b59f6e104fcf30869a3.tar.gz misskey-1c6ab5447d591f4f6e876b59f6e104fcf30869a3.tar.bz2 misskey-1c6ab5447d591f4f6e876b59f6e104fcf30869a3.zip | |
fix(client): 一部環境でサイドバーの投稿ボタンが表示されない問題を修正
Diffstat (limited to 'packages/client/src')
| -rw-r--r-- | packages/client/src/ui/_common_/sidebar.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/ui/_common_/sidebar.vue b/packages/client/src/ui/_common_/sidebar.vue index 94baacbee9..f33d8f899e 100644 --- a/packages/client/src/ui/_common_/sidebar.vue +++ b/packages/client/src/ui/_common_/sidebar.vue @@ -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%; } |