Gestion de paquetage, aide intégrée et message de bienvenue
Release Creation / build (release) Successful in 59s

This commit is contained in:
2026-05-01 00:37:01 +02:00
parent 06b0ff7f78
commit 7d218f4a0a
41 changed files with 1524 additions and 54 deletions
+18
View File
@@ -863,6 +863,24 @@
.dnc-chat-card-favor {
background: linear-gradient(180deg, rgba(248, 251, 255, 0.8) 0%, rgba(205, 220, 238, 0.94) 100%), linear-gradient(135deg, #f7fbff 0%, #9fb8d7 100%);
}
.dnc-chat-card-welcome {
border-color: rgba(139, 46, 23, 0.34);
background: linear-gradient(180deg, rgba(255, 250, 240, 0.84) 0%, rgba(239, 219, 179, 0.94) 100%), linear-gradient(135deg, #fffaf0 0%, #dcb772 100%);
}
.chat-welcome-intro {
font-size: 0.82rem;
line-height: 1.45;
}
.chat-welcome-link {
margin-top: 0.75rem;
padding: 0.6rem 0.8rem;
border: 1px solid rgba(139, 46, 23, 0.24);
border-radius: 12px;
background: rgba(139, 46, 23, 0.08);
}
.chat-welcome-link a.content-link {
font-weight: 700;
}
.dnc-chat-card-spell .chat-actions + .chat-actions {
margin-top: 0.4rem;
}
File diff suppressed because one or more lines are too long