From 7ab8cc38e0a7a21969dcb4bb19a1816d99d5e19a Mon Sep 17 00:00:00 2001 From: Kim Mantas Date: Wed, 9 Aug 2023 12:31:49 +0100 Subject: [PATCH] [#829] Increase line-height of item names in inventory lists to match item image size. --- dnd5e.css | 3 +++ less/actors.less | 1 + 2 files changed, 4 insertions(+) diff --git a/dnd5e.css b/dnd5e.css index 23a8d3dc46..24118f306d 100644 --- a/dnd5e.css +++ b/dnd5e.css @@ -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; diff --git a/less/actors.less b/less/actors.less index 8733cd1368..1994786391 100644 --- a/less/actors.less +++ b/less/actors.less @@ -533,6 +533,7 @@ } i.attuned { color: @colorCrimson; } i.not-attuned { color: @colorTan; } + h4 { line-height: 30px; } } // Item uses