From ad589e4f923bc4a3d077eae5ae82afb5cb184df5 Mon Sep 17 00:00:00 2001 From: Johannes Schriewer Date: Sun, 5 Jan 2025 21:45:03 +0100 Subject: [PATCH] Logo image styling that only reduced height but allows non 1:1 aspect ratios --- inventory/static/inventory/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/inventory/static/inventory/css/main.css b/inventory/static/inventory/css/main.css index 43b9e77..6dc6b6b 100644 --- a/inventory/static/inventory/css/main.css +++ b/inventory/static/inventory/css/main.css @@ -150,6 +150,14 @@ img.icon { top: 2px; } +img.logo { + display: inline-block; + margin-right: 10px; + height: 18px; + position: relative; + top: 2px; +} + td.icon, th.icon { width: 28px; }