Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Administrator
/
chatgpt.ai-pro.org
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7ac4ddf0
authored
2023-02-03 17:22:54 +0800
by
RSA
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
64bb4f9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
client/src/color_theme_1.css
client/src/color_theme_1.css
View file @
7ac4ddf
...
...
@@ -60,6 +60,34 @@ span.info {
border-radius
:
5px
!important
;
box-shadow
:
0px
5px
5px
-3px
black
!important
;
}
.chat-log
::-webkit-scrollbar
{
/*display: none;*/
}
/* Let's get this party started */
.chat-log
::-webkit-scrollbar
{
width
:
8px
;
}
/* Track */
.chat-log
::-webkit-scrollbar-track
{
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
-webkit-border-radius
:
0px
;
border-radius
:
0px
;
}
/* Handle */
.chat-log
::-webkit-scrollbar-thumb
{
-webkit-border-radius
:
10px
;
border-radius
:
10px
;
background
:
#cccccc
;
-webkit-box-shadow
:
inset
0
0
6px
rgba
(
0
,
0
,
0
,
0.5
);
}
.chat-log
::-webkit-scrollbar-thumb:window-inactive
{
background
:
#eeeeee
;
}
.message
{
padding
:
7px
20px
!important
;
line-height
:
25px
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment