/* .CSS zur Anpassung einzelner Elemente; */ /*gradio bug fix von github(9702) für mittige darstellung der avatar images*/ .message-row img { margin: 0px !important; } .avatar-container img { padding: 0px !important; } /*background chatbot*/ .svelte-4mgbad { background: #ffffff !important; } /*nachrichten bot*/ .message.bot { background: #ffffff !important; font-family: "Arial" !important; } .message.bot * { color: #000000 !important; } .bot.svelte-1x5p6hu.svelte-1x5p6hu{ border-width: 0px; } /*nachrichten user*/ .message.user { background: #e2554c !important; font-family: "Arial" !important; } .message.user * { color: #ffffff !important; } .user.svelte-1x5p6hu.svelte-1x5p6hu{ border-width: 0px; } /*submit button*/ .submit-button.svelte-173056l { background: #e2554c !important; }