Skip to content

Commit

Permalink
right align nav lang sw
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Apr 7, 2024
1 parent 3d461a5 commit a0729e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/nav/items.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function clearFocus() {
<li tabindex="0">
<details ref="langSw">
<summary><icon name="tabler:world" class="w-5 h-5" />{{ localeProperties.name }}</summary>
<ul class="p-2 w-64">
<ul class="mt-0 right-0 w-64">
<li
v-for="l in locales"
:key="l.code"
Expand Down
7 changes: 7 additions & 0 deletions src/layouts/centered.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<template>
<div class="flex flex-col mt-auto">
<slot />
</div>
</template>

<style></style>

0 comments on commit a0729e3

Please sign in to comment.