diff --git a/front/src/components/library/Library.vue b/front/src/components/library/Library.vue index 6934ef614..f72010fc7 100644 --- a/front/src/components/library/Library.vue +++ b/front/src/components/library/Library.vue @@ -6,7 +6,7 @@ diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue index a56b8b74a..517bfb1fe 100644 --- a/front/src/ui/components/Sidebar.vue +++ b/front/src/ui/components/Sidebar.vue @@ -47,7 +47,7 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index' - + store.state.auth.authenticated ? 'library.index' button.button { height: 40px; padding: 10px; - margin-left: 4px; } .menu { @@ -227,7 +226,6 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index' padding: 8px !important; height: 40px; width: 40px !important; - margin-left: 4px; i { font-size: 24px !important; diff --git a/front/src/ui/components/UserMenu.vue b/front/src/ui/components/UserMenu.vue index 6eb5d5e34..4655b37a2 100644 --- a/front/src/ui/components/UserMenu.vue +++ b/front/src/ui/components/UserMenu.vue @@ -158,7 +158,6 @@ const labels = computed(() => ({ diff --git a/front/ui-docs/components/ui/layout/section.md b/front/ui-docs/components/ui/layout/section.md index c29583137..4676a5aa3 100644 --- a/front/ui-docs/components/ui/layout/section.md +++ b/front/ui-docs/components/ui/layout/section.md @@ -154,7 +154,7 @@ You can add props to the Link or Button, for example to make them `primary` or a h3="Do it!" :action="{ text:'Say hello!', onClick:()=>console.log('Hello') }" /> ``` - +