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 { .token-name {
text-shadow: none; text-shadow: none;
} }
.ce-image-wrapper {
.token-image {
width: auto;
height: auto;
}
}
h4 { h4 {
color: @colorBlack; color: @colorBlack;
} }
@ -379,4 +385,4 @@
padding: 0 8px; padding: 0 8px;
margin: 0 0 8px; margin: 0 0 8px;
} }
} }