Skip to content

Commit

Permalink
🐛 (aside) fix social icons spacing at the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jul 1, 2021
1 parent a29dcb4 commit 5a89c4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/defaultTheme/components/molecules/AsideNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"
@click.stop="$menu.toggle"
>
<IconArrowLeft class="w-5 h-5" />
<IconArrowLeft class="w-6 h-6" />
</button>
<div class="flex items-center justify-end w-full h-header lg:hidden space-x-3">
<LangSwitcher />
<ColorSwitcher size="w-5 h-5" padding="p-1" />
<SocialIcons size="w-5 h-5" padding="p-1" />
<ColorSwitcher size="w-6 h-6" padding="p-1" />
<SocialIcons size="w-6 h-6" padding="p-1" class="space-x-3" />
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/defaultTheme/components/molecules/SocialIcons.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex space-x-3">
<div class="flex">
<a
v-if="settings.twitter"
:href="`https://twitter.com/${settings.twitter}`"
Expand Down

0 comments on commit 5a89c4e

Please sign in to comment.