Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WebFront
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websystem
WebFront
Commits
0597e3dc
Commit
0597e3dc
authored
4 months ago
by
석찬 윤
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'main'
fix: 채팅 모바일 버튼 디자인 수정 See merge request
!60
parents
775b52c2
81f8d9c1
Branches
main
No related tags found
1 merge request
!60
fix: 채팅 모바일 버튼 디자인 수정
Pipeline
#11064
passed
4 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/ChattingDetail.jsx
+2
-2
2 additions, 2 deletions
src/components/ChattingDetail.jsx
with
2 additions
and
2 deletions
src/components/ChattingDetail.jsx
+
2
−
2
View file @
0597e3dc
...
...
@@ -1139,14 +1139,14 @@ function ChattingDetail() {
onChange
=
{
(
e
)
=>
setInput
(
e
.
target
.
value
)
}
placeholder
=
"메시지를 입력하세요"
onKeyPress
=
{
(
e
)
=>
e
.
key
===
"
Enter
"
&&
sendMessage
()
}
className
=
"
flex-1
w-3/4 px-4 py-2 border rounded-md tablet:w-auto focus:outline-none focus:ring-2 focus:ring-indigo-500"
className
=
"w-3/4 px-4 py-2 border rounded-md tablet:w-auto
tablet:flex-1
focus:outline-none focus:ring-2 focus:ring-indigo-500"
/>
<
Button
size
=
"lg"
theme
=
"pink"
state
=
{
input
.
trim
()
?
"
default
"
:
"
disable
"
}
onClick
=
{
sendMessage
}
className
=
"flex items-center justify-center
flex-1
w-1/4 ml-3 tablet:w-16
tablet:flex-initial
whitespace-nowrap"
// w-32로 버튼 너비 설정
className
=
"flex items-center justify-center w-1/4 ml-3 tablet:w-16 whitespace-nowrap"
// w-32로 버튼 너비 설정
>
전송
</
Button
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment