From 26c1998f156e09222b33c1b3be627fae939d80c6 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sun, 15 Feb 2026 23:34:24 +0100 Subject: [PATCH] Bit of padding --- styles/less/global/inventory-item.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/less/global/inventory-item.less b/styles/less/global/inventory-item.less index c8a29795..9045baf5 100644 --- a/styles/less/global/inventory-item.less +++ b/styles/less/global/inventory-item.less @@ -174,9 +174,12 @@ &.extensible { display: grid; grid-template-rows: 0fr; - transition: grid-template-rows 0.3s ease-in-out; + transition: + grid-template-rows 0.3s ease-in-out, + padding-top 0.3s ease-in-out; &.extended { grid-template-rows: 1fr; + padding-top: 4px; } .invetory-description { overflow: hidden;