summaryrefslogtreecommitdiff
path: root/packages/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src')
-rw-r--r--packages/client/src/ui/_common_/sidebar.vue2
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%;
}