Améliore la gestion des commandes Discord et l'interface web

This commit is contained in:
skylanix
2025-08-20 23:30:50 +02:00
parent b8ef1e10f8
commit 0628a54fa0
4 changed files with 27 additions and 24 deletions

View File

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