forked from GitHub-Mirrors/foundry-sw5e
Combat Enhancements fix
By Jacob
This commit is contained in:
parent
7d589c7e2f
commit
7200a9e2f0
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue