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
1b897eb9
Commit
1b897eb9
authored
Oct 29, 2024
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update style
parent
1e2f6aed
Pipeline
#21765
passed with stages
in 4 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
toc.css
src/css/toc.css
+7
-1
chat.hbs
src/partials/chat.hbs
+2
-2
No files found.
src/css/toc.css
View file @
1b897eb9
...
...
@@ -190,6 +190,7 @@
#model-toggle
{
color
:
var
(
--color-bwg-main
);
font-size
:
18px
;
font-weight
:
600
;
background
:
url(../img/chevron.svg)
no-repeat
;
background-position
:
right
0.5rem
top
50%
;
...
...
@@ -294,6 +295,7 @@
background-repeat
:
no-repeat
;
background-position
:
center
;
margin-right
:
5px
;
margin-top
:
5px
;
}
.chat-logo-title-contents
{
...
...
@@ -427,6 +429,10 @@
line-height
:
1.5
;
}
.chat
.chat-area
textarea
::placeholder
{
color
:
#757575
;
}
.chat
.chat-area
textarea
:focus
{
outline
:
none
;
}
...
...
@@ -537,7 +543,7 @@
height
:
30px
;
}
.chat-logo-title-contents
.chat-logo-title
.main
{
.chat-logo-title-contents
.chat-logo-title
{
font-size
:
20px
;
}
...
...
src/partials/chat.hbs
View file @
1b897eb9
...
...
@@ -16,8 +16,8 @@
</svg>
</div>
<div
id=
"close-btn"
>
<svg
data-slot=
'icon'
fill=
'none'
strokeWidth=
'1.5'
stroke=
'#fff'
viewBox=
'0 0 24 24'
xmlns=
'http://www.w3.org/2000/svg'
aria-hidden=
'true'
width=
'30'
height=
'30'
>
<path
stroke
Linecap=
'round'
strokeLinejoin=
'round'
d=
'M6 18 18 6M6 6l12 12'
></path>
<svg
data-slot=
"icon"
fill=
"none"
stroke-width=
"1.5"
stroke=
"#fff"
viewBox=
"0 0 24 24"
xmlns=
"http://www.w3.org/2000/svg"
aria-hidden=
"true"
width=
"30"
height=
"30"
>
<path
stroke
-linecap=
"round"
stroke-linejoin=
"round"
d=
"M6 18 18 6M6 6l12 12"
></path>
</svg>
</div>
<div
class=
"model"
>
...
...
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