Gestion degats à deux mains, suppression bonus degats inutiles
Release Creation / build (release) Successful in 1m58s

This commit is contained in:
2026-06-01 08:26:01 +02:00
parent 2c73108f63
commit 0b88e53d77
22 changed files with 69 additions and 58 deletions
+8 -1
View File
@@ -879,9 +879,16 @@
.chat-targeting {
position: relative;
z-index: 1;
display: grid;
display: flex;
gap: 0.4rem;
margin-top: 0.4rem;
flex-wrap: wrap;
align-items: end;
}
.chat-targeting .chat-action-button {
padding: 0.35rem 0.65rem;
min-height: 1.75rem;
font-size: 0.82rem;
}
.chat-control {
display: grid;
File diff suppressed because one or more lines are too long