yt-chat-components 1.4.9 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-chat-components",
3
- "version": "1.4.9",
3
+ "version": "1.5.0",
4
4
  "main": "build/static/js/bundle.min.js",
5
5
  "module": "build/static/js/bundle.min.js",
6
6
  "types": "build/static/js/index.d.ts",
@@ -178,10 +178,11 @@
178
178
  */
179
179
 
180
180
  .w_send_voice_box {
181
- height: 23px;
181
+ height: 100%;
182
+ align-items: end;
183
+ padding-bottom: 16px;
182
184
  display: flex;
183
185
  background: transparent;
184
- align-items: center;
185
186
  justify-content: center;
186
187
  border-radius: 24px;
187
188
  font-size: 12px;
@@ -1252,10 +1252,11 @@ export default function ChatWindow({
1252
1252
  <button
1253
1253
  style={{
1254
1254
  ...(receivingMessage ? {cursor: 'pointer'} : {}),
1255
- padding: '0 13px',
1255
+ height:'100%',
1256
+ padding: '0 13px 16px',
1256
1257
  background: 'transparent',
1257
1258
  display: 'flex',
1258
- alignItems: 'center',
1259
+ alignItems: 'end',
1259
1260
  justifyContent: 'center'
1260
1261
  }}
1261
1262
  onClick={() => {
@@ -2441,10 +2441,11 @@ export const yt_style = `
2441
2441
  }
2442
2442
 
2443
2443
  .w_send_voice_box {
2444
- height: 23px;
2444
+ height: 100%;
2445
+ align-items: end;
2446
+ padding-bottom: 16px;
2445
2447
  display: flex;
2446
2448
  background: transparent;
2447
- align-items: center;
2448
2449
  justify-content: center;
2449
2450
  border-radius: 24px;
2450
2451
  font-size: 12px;