isometrik-chat 3.7.8 → 3.7.9

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/build/index.css CHANGED
@@ -1349,7 +1349,7 @@ vertical-align:-webkit-baseline-middle;
1349
1349
  top: -18px;
1350
1350
  background: var(--chat_hover);
1351
1351
  display: flex;
1352
- align-content: end;
1352
+ align-content: flex-end;
1353
1353
  text-align: end;
1354
1354
 
1355
1355
  }
@@ -1360,7 +1360,7 @@ vertical-align:-webkit-baseline-middle;
1360
1360
  top: 15px;
1361
1361
  background: var(--chat_hover);
1362
1362
  display: flex;
1363
- align-content: end;
1363
+ align-content: flex-end;
1364
1364
  text-align: end;
1365
1365
  border-radius: 15px;
1366
1366
  /* width: 22px;
@@ -1374,7 +1374,7 @@ vertical-align:-webkit-baseline-middle;
1374
1374
  top: 6px;
1375
1375
  /* background: var(--chat_hover); */
1376
1376
  display: flex;
1377
- align-content: end;
1377
+ align-content: flex-end;
1378
1378
  text-align: end;
1379
1379
 
1380
1380
  }
@@ -1447,7 +1447,7 @@ padding:10px 0px 0px 0px ;
1447
1447
  top: -18px;
1448
1448
  background: var(--sender_chatbg) !important;
1449
1449
  display: flex;
1450
- align-content: end;
1450
+ align-content: flex-end;
1451
1451
  text-align: end;
1452
1452
  }
1453
1453