Skip to content

Commit

Permalink
misc: fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyphyn committed Aug 7, 2023
1 parent de7f28b commit 766b461
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"i18n-ally.localesPaths": ["src/lib/i18n"],
"i18n-ally.keystyle": "nested"
}
8 changes: 8 additions & 0 deletions src/lib/i18n/en/menu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profile": "Profile",
"inbox": "Inbox",
"saved": "Saved",
"accounts": "Switch accounts",
"about": "About",
"login": "Log in"
}
1 change: 1 addition & 0 deletions src/lib/i18n/es/menu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
>
<Sidebar />
<main
class="p-3 lg:p-6 min-w-0 w-full flex-[3] sm:rounded-tl-lg
class="p-3 sm:p-6 min-w-0 w-full flex-[3] sm:rounded-tl-lg
border-slate-200 dark:border-zinc-900 border-t"
>
<slot />
Expand Down

0 comments on commit 766b461

Please sign in to comment.