Fix selection des status effects

This commit is contained in:
2024-11-14 22:36:57 +01:00
parent a0c7b87996
commit 45e9e94646
4 changed files with 29 additions and 15 deletions

View File

@ -613,6 +613,14 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
max-height: 16px;
border-width: 0;
}
.button-effect-info {
vertical-align: baseline;
width: 1.4rem;
height: 1.4rem;
background-color: var(--color-tooltip);
padding: 0.2em;
border-width: 0;
}
.small-button-direction {
max-height: 32px;
max-width: 32px;