Modification des messages de tchat

This commit is contained in:
2025-06-23 02:04:15 +02:00
parent c8d589f0d2
commit 4df0eab574
48 changed files with 199 additions and 208 deletions

View File

@@ -826,7 +826,7 @@
}
.poesie-extrait {
font-size: 0.9rem;
font-size: 0.8rem;
font-style: italic;
}
.poesie-reference{
@@ -1468,11 +1468,13 @@
cursor: pointer;
}
.chat-message {
background: rgba(220,220,210,0.5);
font-size: 1rem;
}
.chat-message h4 {
font-size: 0.9rem;
}
.chat-message .message-content {
text-align: justify;
}
.chat-message header.message-header .heure-rdd {
font-size: 0.7rem;
flex-grow: 3;
@@ -1482,6 +1484,11 @@
background: rgba(220,220,210,0.75);
border: 2px solid #545469;
}
.chat-message hr {
margin: 0.2rem 0;
}
.chat-icon {
border: 0;
padding: 2px 6px 2px 2px;