🧊 style: Adjust Endpoint Icons (#2070)

* 🧊 style: Adjust Endpoint Icons

* Update MessageParts.tsx
This commit is contained in:
Danny Avila 2024-03-11 13:40:31 -04:00 committed by GitHub
parent 0bd8c2ba00
commit d1c37e8bde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 129 additions and 115 deletions

View file

@ -55,11 +55,11 @@ export default function Message(props: TMessageProps) {
onTouchMove={handleScroll}
>
<div className="m-auto justify-center p-4 py-2 text-base md:gap-6 ">
<div className="} group mx-auto flex flex-1 gap-3 text-base md:max-w-3xl md:px-5 lg:max-w-[40rem] lg:px-1 xl:max-w-[48rem] xl:px-5">
<div className="final-completion group mx-auto flex flex-1 gap-3 text-base md:max-w-3xl md:px-5 lg:max-w-[40rem] lg:px-1 xl:max-w-[48rem] xl:px-5">
<div className="relative flex flex-shrink-0 flex-col items-end">
<div>
<div className="pt-0.5">
<div className="gizmo-shadow-stroke flex h-5 w-5 items-center justify-center rounded-full">
<div className="flex h-6 w-6 items-center justify-center overflow-hidden rounded-full">
{typeof icon === 'string' && /[^\\x00-\\x7F]+/.test(icon as string) ? (
<span className=" direction-rtl w-40 overflow-x-scroll">{icon}</span>
) : (