Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab UI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
SWD
SWLab UI
Commits
33854f68
Commit
33854f68
authored
Oct 29, 2024
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lint
parent
a2fa8e85
Pipeline
#21783
passed with stages
in 4 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
12 deletions
+6
-12
toc.css
src/css/toc.css
+6
-12
No files found.
src/css/toc.css
View file @
33854f68
...
...
@@ -363,10 +363,15 @@
}
.chat
.chat-body
.message.user
{
align-self
:
flex-end
;
background-color
:
var
(
--color-bwg-main
);
color
:
#fff
;
}
.chat
.chat-body
.message.ai
{
align-self
:
flex-start
;
background-color
:
var
(
--color-blue-50
);
text-align
:
left
;
color
:
#324b61
;
}
...
...
@@ -386,7 +391,7 @@
.chat
.chat-body
.message
h1
{
font-size
:
1.5em
;
border-bottom
:
2px
solid
#
E3E9F
1
;
border-bottom
:
2px
solid
#
e3e9f
1
;
padding-bottom
:
5px
;
}
...
...
@@ -461,17 +466,6 @@
font-style
:
italic
;
}
/* ################## */
.chat
.chat-body
.message.user
{
align-self
:
flex-end
;
background-color
:
var
(
--color-bwg-main
);
color
:
#fff
;
}
.chat
.chat-body
.message.ai
{
align-self
:
flex-start
;
background-color
:
var
(
--color-blue-50
);
text-align
:
left
;
}
.chat
.chat-body
.chat-loader
{
display
:
flex
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment