Combat Enhancements fix

By Jacob
This commit is contained in:
CK 2021-05-25 14:40:26 -04:00 committed by GitHub
parent 7d589c7e2f
commit 7200a9e2f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,6 +166,12 @@
.token-name {
text-shadow: none;
}
.ce-image-wrapper {
.token-image {
width: auto;
height: auto;
}
}
h4 {
color: @colorBlack;
}
@ -379,4 +385,4 @@
padding: 0 8px;
margin: 0 0 8px;
}
}
}