Added ability to remove condition from actor sheet + journal on click.

This commit is contained in:
Vlyan
2025-09-04 13:18:17 +02:00
parent 1357ec9b6d
commit eb675f24ea
12 changed files with 390 additions and 47 deletions

View File

@@ -67,13 +67,21 @@
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.4);
padding: 3px;
display: flex;
}
.effect-delete {
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-size: contain;
text-align: end;
cursor: url("../assets/cursors/pointer.webp"), pointer;
}
.effect-icon {
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-size: contain;
float: left;
}
.effect-name {
vertical-align: top;
@@ -81,7 +89,6 @@
text-overflow: ellipsis;
white-space: nowrap;
color: $white;
float: right;
margin-left: 4px;
font-size: 14px;
line-height: 16px;