diff --git a/.prettierignore b/.prettierignore index 6562bcb..53da76a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,3 +4,6 @@ pnpm-lock.yaml yarn.lock bun.lock bun.lockb + +# Convex formats this +convex.json \ No newline at end of file diff --git a/src/app.css b/src/app.css index 1687c6e..c3380bd 100644 --- a/src/app.css +++ b/src/app.css @@ -156,3 +156,13 @@ @apply bg-background text-foreground; } } + +/* For components that need horizontal scrolling */ +.scrollbar-hide { + -ms-overflow-style: none; /* Internet Explorer and Edge */ + scrollbar-width: none; /* Firefox */ +} + +.scrollbar-hide::-webkit-scrollbar { + display: none; /* Chrome, Safari, and Opera */ +} diff --git a/src/routes/account/+layout.svelte b/src/routes/account/+layout.svelte index d00d09c..88b1ab8 100644 --- a/src/routes/account/+layout.svelte +++ b/src/routes/account/+layout.svelte @@ -72,7 +72,7 @@ Keyboard Shortcuts
- Toggle Sidebar + Toggle Sidebar
{isMac.current ? '⌘' : 'Ctrl'} @@ -83,15 +83,15 @@
-
+
{#each navigation as tab (tab)} {tab.title}