Skip to content

Commit e83f061

Browse files
Fix: Resolved rtl issues in the red dot usage for notification
1 parent 97d94ab commit e83f061

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

contentcuration/contentcuration/frontend/shared/views/StudioNavigation/StudioNavigationSidePanel.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
@keydown.native.enter="showNotificationsModal"
4848
>
4949
<template #default>
50-
<WithNotificationIndicator style="margin-right: 16px">
51-
<KIcon
52-
icon="bell"
53-
:color="$themeTokens.text"
54-
/>
55-
</WithNotificationIndicator>
56-
<span style="flex: 1">
57-
{{ notificationsLabel$() }}
58-
</span>
50+
<div style="display: flex; gap: 16px">
51+
<WithNotificationIndicator>
52+
<KIcon icon="bell" />
53+
</WithNotificationIndicator>
54+
55+
<span>
56+
{{ notificationsLabel$() }}
57+
</span>
58+
</div>
5959
</template>
6060
</StudioSideNavOption>
6161

0 commit comments

Comments
 (0)