From 8169b3b5b156013ed4e7afec6e1d58bdfb8d2f4f Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Thu, 11 Sep 2025 02:03:33 +1000 Subject: [PATCH] If no receipt icon - don't leave a gap --- printer-bot/contents/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/printer-bot/contents/style.css b/printer-bot/contents/style.css index 68476f5..f3d00a4 100644 --- a/printer-bot/contents/style.css +++ b/printer-bot/contents/style.css @@ -58,6 +58,10 @@ height: 2em; } +#receipt-icon:empty { + display: none; +} + #receipt-date { margin: 0.5em 0em; font-size: 0.7em;