Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf2e4517

Browse files
authored
Updated according to qa (#1127)
1 parent75b0b7e commitf2e4517

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

‎pgml-dashboard/src/components/chatbot/chatbot.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ div[data-controller="chatbot"] {
117117

118118
#chatbot-question-input-button {
119119
background-image:url("/dashboard/static/images/chatbot-input-arrow.webp");
120-
width:30px;
121-
height:30px;
120+
width:22px;
121+
height:22px;
122122
background-position:center;
123123
background-repeat:no-repeat;
124124
background-size:contain;

‎pgml-dashboard/src/components/chatbot/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h3 id="chatbot-chatbot-title" class="mb-0">Chatbot</h3>
125125

126126
<divid="chatbot-question-textarea-wrapper"class="d-flex position-relative">
127127
<textareaid="chatbot-question-input"class="flex-grow-1 text-white rounded-start-2 z-1"rows="1"placeholder="Send a message"data-action="keydown.enter->chatbot#handleEnter"></textarea>
128-
<divid="chatbot-question-input-button-wrapper"class="p-2 d-flex align-items-end rounded-end-2 z-1"data-action="click->chatbot#handleEnter">
128+
<divid="chatbot-question-input-button-wrapper"class="p-2 d-flex align-items-center rounded-end-2 z-1"data-action="click->chatbot#handleEnter">
129129
<divid="chatbot-question-input-button"class=""></div>
130130
</div>
131131
<divid="chatbot-question-input-border"class="position-absolute rounded-2"></div>
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp