Spaces:
Runtime error
Runtime error
/* Only resize avatars where the image's alt text contains 'Avatar for Assistant' */ | |
span.relative.flex.shrink-0.overflow-hidden.rounded-full:has(img[alt="Avatar for Agent Tide"]) { | |
width: 48px ; | |
height: 48px ; | |
} | |
span.relative.flex.shrink-0.overflow-hidden.rounded-full img[alt="Avatar for Agent Tide"] { | |
width: 100% ; | |
height: 100% ; | |
border-radius: 50% ; /* keep them round */ | |
} | |
img.logo.w-\[200px\] { | |
width: 1000px ; | |
height: auto; | |
} |