Skip to content

Commit

Permalink
fix: Unnecessary width at TheSiteHeader.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
chz authored Oct 24, 2023
1 parent 081ff3e commit ada72f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/TheSiteHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function toggleMenu(input?: Event | boolean) {
</template>
</ul>
<div
class="ml-2 mr-1 flex md:gap-2 w-16 flex-shrink-0 items-center justify-between"
class="ml-2 mr-1 flex md:gap-2 flex-shrink-0 items-center justify-between"
>
<div
v-if="$auth.status === 'pending'"
Expand Down

0 comments on commit ada72f9

Please sign in to comment.