Gestion degats à deux mains, suppression bonus degats inutiles
Release Creation / build (release) Successful in 1m58s
Release Creation / build (release) Successful in 1m58s
This commit is contained in:
+9
-1
@@ -225,9 +225,17 @@
|
||||
.chat-targeting {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
display: grid;
|
||||
display: flex;
|
||||
gap: @spacing-sm;
|
||||
margin-top: @spacing-sm;
|
||||
flex-wrap: wrap;
|
||||
align-items: end;
|
||||
|
||||
.chat-action-button {
|
||||
padding: 0.35rem 0.65rem;
|
||||
min-height: 1.75rem;
|
||||
font-size: 0.82rem;
|
||||
}
|
||||
}
|
||||
|
||||
.chat-control {
|
||||
|
||||
Reference in New Issue
Block a user