We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e0c6f commit 92b96ceCopy full SHA for 92b96ce
2 files changed
.claude/settings.local.json
@@ -0,0 +1,12 @@
1
+{
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(npm run typecheck:*)",
5
+ "Bash(npm run lint)",
6
+ "Bash(npm audit:*)",
7
+ "Bash(pnpm audit:*)"
8
+ ],
9
+ "deny": [],
10
+ "ask": []
11
+ }
12
+}
src/renderer/src/assets/main.css
@@ -16,7 +16,7 @@ body {
16
}
17
18
::-webkit-scrollbar {
19
- width: 6px;
+ width: 8px;
20
height: 6px;
21
22
0 commit comments