From 22a51d7a4a0daee3c6cd8768953d3fd52dcbf3ef Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Mon, 8 Sep 2025 19:47:29 +1000 Subject: [PATCH] Adjusted avatar size --- printer-bot/contents/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/printer-bot/contents/style.css b/printer-bot/contents/style.css index 0fd28aa..68476f5 100644 --- a/printer-bot/contents/style.css +++ b/printer-bot/contents/style.css @@ -37,8 +37,8 @@ #receipt-footer {} #receipt-avatar { - width: 90%; - /* height: 10em; */ + max-height: 15em; + max-width: 90%; border-radius: 50%; object-fit: cover; }