-
Notifications
You must be signed in to change notification settings - Fork 210
Fix: preset button visibility in smaller screen #2758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
f182f7d
ff37a87
394cb06
d7b5167
b60295a
01a7cdc
bb76972
c636ede
2366a6b
2458eae
fb784f7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,9 +24,9 @@ | |
| "@ai-sdk/svelte": "^1.1.24", | ||
| "@appwrite.io/console": "https://pkg.vc/-/@appwrite/@appwrite.io/console@f21fc7f", | ||
| "@appwrite.io/pink-icons": "0.25.0", | ||
| "@appwrite.io/pink-icons-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-icons-svelte@865e2fc", | ||
| "@appwrite.io/pink-icons-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-icons-svelte@cfa2920", | ||
| "@appwrite.io/pink-legacy": "^1.0.3", | ||
| "@appwrite.io/pink-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-svelte@865e2fc", | ||
| "@appwrite.io/pink-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-svelte@cfa2920", | ||
| "@faker-js/faker": "^9.9.0", | ||
| "@popperjs/core": "^2.11.8", | ||
| "@sentry/sveltekit": "^8.38.0", | ||
|
|
@@ -40,9 +40,11 @@ | |
| "deep-equal": "^2.2.3", | ||
| "echarts": "^5.6.0", | ||
| "ignore": "^6.0.2", | ||
| "install": "^0.13.0", | ||
| "nanoid": "^5.1.5", | ||
| "nanotar": "^0.1.1", | ||
| "plausible-tracker": "^0.3.9", | ||
| "pnpm": "^10.27.0", | ||
|
||
| "pretty-bytes": "^6.1.1", | ||
| "prismjs": "^1.30.0", | ||
| "remarkable": "^2.0.1", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| .responsive-table { | ||
| overflow: hidden; | ||
| width: 100%; | ||
| scrollbar-width: thin; | ||
| position: relative; | ||
| } |
ItzNotABug marked this conversation as resolved.
Show resolved
Hide resolved
|
ItzNotABug marked this conversation as resolved.
Show resolved
Hide resolved
|
Uh oh!
There was an error while loading. Please reload this page.