2
0

Add movie recommendation template

Closes #377
This commit is contained in:
Baptiste Arnaud
2023-03-09 17:37:39 +01:00
parent ddd20f6235
commit 53cdb35984
8 changed files with 697 additions and 19 deletions

View File

@ -56,7 +56,7 @@ export const ImageBubble = (props: Props) => {
ref={image}
src={props.url}
class={
'text-fade-in w-auto rounded-md max-w-full ' +
'text-fade-in w-full rounded-md ' +
(isTyping() ? 'opacity-0' : 'opacity-100')
}
style={{