Skip to content

Commit

Permalink
[#829] Increase line-height of item names in inventory lists to match…
Browse files Browse the repository at this point in the history
… item image size.
  • Loading branch information
Fyorl committed Aug 9, 2023
1 parent 53de1ce commit 7ab8cc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dnd5e.css
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,9 @@ h5 {
.dnd5e.sheet.actor .inventory-list .item .item-name i.not-attuned {
color: #7a7971;
}
.dnd5e.sheet.actor .inventory-list .item .item-name h4 {
line-height: 30px;
}
.dnd5e.sheet.actor .inventory-list .item .item-uses input {
width: 24px;
text-align: center;
Expand Down
1 change: 1 addition & 0 deletions less/actors.less
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@
}
i.attuned { color: @colorCrimson; }
i.not-attuned { color: @colorTan; }
h4 { line-height: 30px; }
}

// Item uses
Expand Down

0 comments on commit 7ab8cc3

Please sign in to comment.