mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Make the profile pictures a bit larger
This commit is contained in:
parent
c4e87c109e
commit
33ad21c4f2
@ -193,7 +193,7 @@ def generate_chat_html(history, name1, name2, character):
|
|||||||
|
|
||||||
.message {
|
.message {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 50px 1fr;
|
grid-template-columns: 60px 1fr;
|
||||||
padding-bottom: 22px;
|
padding-bottom: 22px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-family: helvetica;
|
font-family: helvetica;
|
||||||
@ -201,15 +201,15 @@ def generate_chat_html(history, name1, name2, character):
|
|||||||
}
|
}
|
||||||
|
|
||||||
.circle-you {
|
.circle-you {
|
||||||
width: 45px;
|
width: 50px;
|
||||||
height: 45px;
|
height: 50px;
|
||||||
background-color: rgb(244, 78, 59);
|
background-color: rgb(244, 78, 59);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circle-bot {
|
.circle-bot {
|
||||||
width: 45px;
|
width: 50px;
|
||||||
height: 45px;
|
height: 50px;
|
||||||
background-color: rgb(59, 78, 244);
|
background-color: rgb(59, 78, 244);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user