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
2815e58f
authored
2023-02-27 11:30:15 +0800
by
RSA
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixes
1 parent
94593dd1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
client/src/App.css
client/src/color_theme_1.css
client/src/App.css
View file @
2815e58
...
...
@@ -247,6 +247,7 @@
padding
:
10px
;
border-radius
:
5px
;
margin
:
0
0
10px
;
font-size
:
14px
;
}
ul
.suggested-options
{
...
...
client/src/color_theme_1.css
View file @
2815e58
@import
url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;1,400&display=swap')
;
body
{
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
font-family
:
"Alegreya Sans"
,
sans-serif
;
}
.sidemenu
{
background-color
:
#101827
!important
;
}
...
...
@@ -117,10 +124,10 @@ span.info {
}
.message
{
font-size
:
20px
;
padding
:
7px
20px
!important
;
line-height
:
25px
;
font-size
:
14px
;
font-family
:
"Poppins"
,
"Karla"
,
sans-serif
;
color
:
#353b4f
;
-moz-osx-font-smoothing
:
grayscale
;
-webkit-font-smoothing
:
antialiased
!important
;
...
...
@@ -209,19 +216,19 @@ code br:nth-child(-n+2) {
@media
(
min-width
:
1280px
)
{
.message
{
font-size
:
18
px
;
font-size
:
20
px
;
}
}
@media
(
max-width
:
1279px
)
{
.message
{
font-size
:
1
6
px
;
font-size
:
1
8
px
;
}
}
@media
(
max-width
:
991px
)
{
.message
{
font-size
:
1
4
px
;
font-size
:
1
6
px
;
}
.chat-message-center
{
padding
:
20px
5vw
!important
;
...
...
@@ -233,7 +240,7 @@ code br:nth-child(-n+2) {
width
:
80%
;
}
.message
{
font-size
:
1
4
px
;
font-size
:
1
6
px
;
}
.errormsg
{
padding
:
10px
;
...
...
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