Skip to content

Commit

Permalink
Fixed spacing between the gateway dropdown and the nav items.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindavid committed Dec 15, 2023
1 parent c43e965 commit c76d43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/assets/videos/src/js/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ export default {
</div>
</div>

<nav>
<nav class="dv-mt-4">
<ul>
<template v-if="currentGateway">
<template v-for="(section, sectionKey) in currentGateway.sections">
<li
:key="`section-${sectionKey}`"
class="heading"
class="heading !dv-mb-1"
>
<span>{{ section.name }}</span>
</li>
Expand Down

0 comments on commit c76d43a

Please sign in to comment.