Skip to content

Commit 4daa9db

Browse files
committed
Bump version to 1.956.0 and move simplebar styles to global stylesheet
1 parent 06502bf commit 4daa9db

3 files changed

Lines changed: 27 additions & 29 deletions

File tree

apps/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat",
44
"description": "Connect VS Code with free chatbots (CWC)",
5-
"version": "1.955.0",
5+
"version": "1.956.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

packages/ui/src/components/editor/common/Scrollable/Scrollable.module.scss

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,4 @@
2525
box-shadow: var(--vscode-scrollbar-shadow) 0 -6px 6px -6px inset;
2626
bottom: 0;
2727
}
28-
29-
:global {
30-
.simplebar-content {
31-
height: 100%;
32-
}
33-
34-
.simplebar-scrollable-y {
35-
width: 100%;
36-
}
37-
38-
.simplebar-scrollbar::before {
39-
background-color: var(--vscode-scrollbarSlider-background);
40-
width: 10px !important;
41-
border-radius: 0 !important;
42-
top: 0 !important;
43-
right: 0 !important;
44-
bottom: 0 !important;
45-
left: 0 !important;
46-
}
47-
48-
[data-simplebar]:hover .simplebar-scrollbar::before {
49-
opacity: 1 !important;
50-
}
51-
52-
.simplebar-track.simplebar-vertical {
53-
width: 10px;
54-
}
55-
}
5628
}

packages/ui/src/styles/global.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,29 @@ button:focus {
5858
strong {
5959
font-weight: 600;
6060
}
61+
62+
.simplebar-content {
63+
height: 100%;
64+
}
65+
66+
.simplebar-scrollable-y {
67+
width: 100%;
68+
}
69+
70+
.simplebar-scrollbar::before {
71+
background-color: var(--vscode-scrollbarSlider-background);
72+
width: 10px !important;
73+
border-radius: 0 !important;
74+
top: 0 !important;
75+
right: 0 !important;
76+
bottom: 0 !important;
77+
left: 0 !important;
78+
}
79+
80+
[data-simplebar]:hover .simplebar-scrollbar::before {
81+
opacity: 1 !important;
82+
}
83+
84+
.simplebar-track.simplebar-vertical {
85+
width: 10px;
86+
}

0 commit comments

Comments
 (0)