diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue
index 67e387e9f..762a40a0b 100644
--- a/front/src/ui/components/Sidebar.vue
+++ b/front/src/ui/components/Sidebar.vue
@@ -85,7 +85,14 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
-
+
@@ -212,6 +219,21 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
width: 40px;
padding: 10px;
margin-left: 4px;
+
+ }
+
+ .menu {
+ /* TODO: Fix important */
+ color: red;
+ padding: 8px !important;
+ height: 40px;
+ width: 40px !important;
+ margin-left: 4px;
+
+ i {
+ font-size: 24px !important;
+ margin: -1px !important;
+ }
}
}
}