Skip to content

Commit

Permalink
style: fix the style scope
Browse files Browse the repository at this point in the history
  • Loading branch information
WRXinYue committed Jul 22, 2024
1 parent e5edca3 commit 38bd754
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions theme/components/themes/SidebarThemeOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const sidebar = computed(() => props.sidebar || themeConfig.value.sidebar) as un
</nav>
</template>

<style lang="scss">
<style lang="scss" scoped>
@use 'valaxy/client/styles/mixins/index.scss' as *;
.sidebar-theme-overview {
Expand All @@ -59,7 +59,9 @@ const sidebar = computed(() => props.sidebar || themeConfig.value.sidebar) as un
}
.site-link-item {
padding: 0 15px;
display: flex;
align-items: center;
padding: 8px 15px;
color: var(--va-c-text);
.count {
Expand Down

0 comments on commit 38bd754

Please sign in to comment.