Combat tracker enhancements

This commit is contained in:
2023-09-16 10:16:59 +02:00
parent ff57953e75
commit c4160b2fd5
14 changed files with 165 additions and 81 deletions

View File

@ -1365,6 +1365,12 @@ Focus FOC: #ff0084
font-size: 0.8rem;
margin:2px;
}
.combat-tracker-tic-button {
max-height: 1.8rem;
margin-bottom: 4px;
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
border-radius: 3px;
}
.no-grow {
flex-grow: 1;
max-width: 32px;