Skip to content

Commit

Permalink
Add activity bar divider between footer and main activities
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Apr 16, 2024
1 parent d5458b0 commit 9abe918
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/src/components/ActivityBar/ActivityBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ watch(
</div>
</draggable>
</b-nav>
<b-nav v-if="!isAnonymous" vertical class="flex-nowrap p-1">
<b-nav v-if="!isAnonymous" vertical class="activity-footer flex-nowrap p-1">
<NotificationItem
v-if="isConfigLoaded && config.enable_notification_system"
id="activity-notifications"
Expand Down Expand Up @@ -255,6 +255,11 @@ watch(
display: none;
}
.activity-footer {
border-top: $border-default;
border-top-style: dotted;
}
.activity-popper-disabled {
.popper-element {
display: none;
Expand Down

0 comments on commit 9abe918

Please sign in to comment.