diff options
Diffstat (limited to '')
| -rw-r--r-- | packages/client/src/ui/_common_/sidebar.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/client/src/ui/_common_/sidebar.vue b/packages/client/src/ui/_common_/sidebar.vue index bf560e8dd6..fa712ba45d 100644 --- a/packages/client/src/ui/_common_/sidebar.vue +++ b/packages/client/src/ui/_common_/sidebar.vue @@ -285,7 +285,7 @@ export default defineComponent({ } &:before { - width: auto; + width: min-content; height: 100%; aspect-ratio: 1/1; border-radius: 8px; @@ -301,7 +301,7 @@ export default defineComponent({ &.post:before { width: calc(100% - 28px); - height: auto; + height: min-content; aspect-ratio: 1/1; border-radius: 100%; } |