fix height issue, missing text, and red color

This commit is contained in:
IrkTheImp 2025-05-24 23:11:13 -05:00
parent a108c55d7c
commit 45a27fa2a8
5 changed files with 3 additions and 7 deletions

View file

@ -1530,9 +1530,6 @@
.daggerheart.chat.domain-card img {
width: 80px;
}
.daggerheart.sheet.feature {
background-color: red;
}
.daggerheart.sheet.feature .editable {
display: flex;
flex-direction: column;

View file

@ -1,6 +1,5 @@
.daggerheart.sheet {
&.feature {
background-color: red;
.editable {
display: flex;
flex-direction: column;