Ajout fonctionnalité des commandes Discord

This commit is contained in:
skylanix
2025-08-18 02:08:01 +02:00
parent c84438af83
commit b8ef1e10f8
14 changed files with 155 additions and 23 deletions

View File

@@ -1,3 +1,12 @@
header nav img {
border-radius: 50%;
}
.table_td {
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
max-width: 250px;
text-align: left;
vertical-align: top;
}