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
b80fa246
authored
2023-02-27 11:34:11 +0800
by
RSA
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixes
1 parent
2815e58f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
client/src/color_theme_1.css
client/src/color_theme_1.css
View file @
b80fa24
...
...
@@ -14,11 +14,12 @@ body {
padding
:
15px
25px
;
border-radius
:
10px
;
background
:
rgb
(
0
139
245
/
6%
);
font-size
:
16px
;
}
.errormsg
.msg
{
display
:
inline-block
;
width
:
90
%
;
width
:
85
%
;
}
.errormsg
span
{
background
:
#008BF5
;
...
...
@@ -227,6 +228,9 @@ code br:nth-child(-n+2) {
}
@media
(
max-width
:
991px
)
{
.errormsg
.msg
{
width
:
75%
;
}
.message
{
font-size
:
16px
;
}
...
...
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