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
ee73076e
authored
2023-11-07 00:25:16 +0000
by
Janis
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch '28334_export_response_chatbot_plus' into 'master'
fixed bug See merge request
!69
2 parents
eef337a6
1a88de26
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
client/src/App.css
client/src/color_theme_1.css
client/src/App.css
View file @
ee73076
...
...
@@ -10,6 +10,7 @@
width
:
260px
;
padding
:
10px
;
background-color
:
#202123
;
overflow
:
auto
;
}
/* under 640px do this */
@media
(
max-width
:
640px
)
{
...
...
@@ -129,7 +130,7 @@
.message
{
width
:
100%
;
overflow
:
hidden
;
word-wrap
:
break-word
;
/* word-wrap: break-word; */
padding-left
:
40px
;
padding-right
:
40px
;
}
...
...
client/src/color_theme_1.css
View file @
ee73076
@import
url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;1,400&display=swap')
;
/* @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
;
/* font-family: "Alegreya Sans", sans-serif; */
}
.sidemenu
{
background-color
:
#101827
!important
;
...
...
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