diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue index 8022a02bb..56c07b2a2 100644 --- a/front/src/ui/components/Sidebar.vue +++ b/front/src/ui/components/Sidebar.vue @@ -32,12 +32,13 @@ const uploads = useUploadsStore() variant="ghost" /> - +
img, > i { width: 100%; height: 100%; @@ -265,6 +267,7 @@ aside { justify-content: center; align-items: center; margin: 0 !important; + border-radius: 100vh; } } }