diff --git a/packages/design-system/src/components/OcAvatars/OcAvatars.vue b/packages/design-system/src/components/OcAvatars/OcAvatars.vue index c49823d6a6..5362e4f7e4 100644 --- a/packages/design-system/src/components/OcAvatars/OcAvatars.vue +++ b/packages/design-system/src/components/OcAvatars/OcAvatars.vue @@ -6,8 +6,8 @@ class="oc-avatars inline-flex w-fit flex-nowrap flex-row" aria-hidden="true" :class="{ - 'oc-avatars-stacked [&>*]:-ml-4': stacked, - 'oc-avatars-hover-effect [&>*]:hover:z-1000 [&>*]:hover:transform-[scale(1.1)] [&>*]:transition-transform [&>*]:duration-200 [&>*]:ease-out': + 'oc-avatars-stacked [&>*]:not-first:-ml-3': stacked, + 'oc-avatars-hover-effect [&>*]:hover:!z-1000 [&>*]:hover:transform-[scale(1.1)] [&>*]:transition-transform [&>*]:duration-200 [&>*]:ease-out': hasHoverEffect, ...getTailwindGapClass(gapSize) }" diff --git a/packages/design-system/src/components/OcList/OcList.vue b/packages/design-system/src/components/OcList/OcList.vue index 1c11ad0096..1f6987ba92 100644 --- a/packages/design-system/src/components/OcList/OcList.vue +++ b/packages/design-system/src/components/OcList/OcList.vue @@ -39,7 +39,7 @@ defineSlots() @apply mt-2 pt-2 border-t; } ul.oc-list.oc-timeline li { - @apply py-2 pl-5 pr-7 flex flex-col before:rounded-[50%] w-full relative; + @apply py-2 pl-8 pr-7 flex flex-col before:rounded-[50%] w-full relative; } ul.oc-list.oc-timeline li:before { @apply absolute; diff --git a/packages/web-app-files/tests/unit/components/SideBar/__snapshots__/ActivitiesPanel.spec.ts.snap b/packages/web-app-files/tests/unit/components/SideBar/__snapshots__/ActivitiesPanel.spec.ts.snap index 258bd57816..83aedad6db 100644 --- a/packages/web-app-files/tests/unit/components/SideBar/__snapshots__/ActivitiesPanel.spec.ts.snap +++ b/packages/web-app-files/tests/unit/components/SideBar/__snapshots__/ActivitiesPanel.spec.ts.snap @@ -4,28 +4,28 @@ exports[`ActivitiesPanel > should render a list of activities when data is prese "