Skip to content

Commit 52ca3c3

Browse files
fixes fixes
1 parent 4504443 commit 52ca3c3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

chat-ui-quince/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,16 @@ <h2 class="sidebar-title">Your assets</h2>
8080
<!-- Microphone Button for Voice Input -->
8181
<!-- <button id="voice-btn-old" type="button"> 🎤</button> -->
8282
<button id="voice-btn">
83-
<svg fill="#000000" xmlns="http://www.w3.org/2000/svg"><path d="M12,15a4,4,0,0,0,4-4V5A4,4,0,0,0,8,5v6A4,4,0,0,0,12,15ZM10,5a2,2,0,0,1,4,0v6a2,2,0,0,1-4,0Zm10,6a1,1,0,0,0-2,0A6,6,0,0,1,6,11a1,1,0,0,0-2,0,8,8,0,0,0,7,7.93V21H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V18.93A8,8,0,0,0,20,11Z" stroke="currentColor"/></svg>
83+
<svg fill="#000000" width="32px" height="32px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,15a4,4,0,0,0,4-4V5A4,4,0,0,0,8,5v6A4,4,0,0,0,12,15ZM10,5a2,2,0,0,1,4,0v6a2,2,0,0,1-4,0Zm10,6a1,1,0,0,0-2,0A6,6,0,0,1,6,11a1,1,0,0,0-2,0,8,8,0,0,0,7,7.93V21H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V18.93A8,8,0,0,0,20,11Z" stroke="currentColor"/></svg>
8484
<div id="voice-btn-text"></div>
8585
</button>
8686

8787
<!-- <button id="read-out-loud-btn"><img src="speaker-disabled.png" alt="Read Out Loud" id="speaker-icon"></button> -->
8888

8989
<div class="read-out-loud-btn">
9090
<div id="read-out-loud-btn-enabled">
91-
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="enable-background:new 0 0 52.026 52.026;" xml:space="preserve">
91+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
92+
viewBox="0 0 52.026 52.026" style="enable-background:new 0 0 52.026 52.026;" xml:space="preserve">
9293
<g>
9394
<path d="M26.894,3.013c-0.551,0-1.097,0.153-1.579,0.444c-0.046,0.027-0.09,0.059-0.13,0.093L11.634,15.013H1c-0.553,0-1,0.447-1,1
9495
v19c0,0.553,0.447,1,1,1h10.61l13.543,12.436c0.05,0.046,0.104,0.086,0.161,0.12c0.482,0.291,1.028,0.444,1.579,0.444
@@ -111,7 +112,7 @@ <h2 class="sidebar-title">Your assets</h2>
111112
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
112113
<!-- License: CC0. Made by SVG Repo: https://www.svgrepo.com/svg/135351/speaker -->
113114
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
114-
style="enable-background:new 0 0 54 54;" xml:space="preserve">
115+
viewBox="0 0 54 54" style="enable-background:new 0 0 54 54;" xml:space="preserve">
115116
<g>
116117
<path d="M46.414,26l7.293-7.293c0.391-0.391,0.391-1.023,0-1.414s-1.023-0.391-1.414,0L45,24.586l-7.293-7.293
117118
c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414L43.586,26l-7.293,7.293c-0.391,0.391-0.391,1.023,0,1.414

chat-ui-quince/src/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ body {
129129
box-sizing: border-box;
130130
}
131131

132+
#chat-buttons {
133+
height: 50px;
134+
}
135+
132136
#voice-btn, .read-out-loud-btn, #send-btn {
133137
width: 30px; /* Match width of send button */
134138
height: 30px; /* Match height of send button */

0 commit comments

Comments
 (0)