From 593257a3e9dae10a9c69842fd254fc93020f37c6 Mon Sep 17 00:00:00 2001 From: Aidan Bleser Date: Mon, 16 Jun 2025 07:07:37 -0500 Subject: [PATCH] mobile stuff --- .prettierignore | 3 +++ src/app.css | 10 ++++++++++ src/routes/account/+layout.svelte | 8 ++++---- 3 files changed, 17 insertions(+), 4 deletions(-) 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}