From 344e552729264e7fbe98e3356033a8c498b643bf Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 18 Sep 2019 12:56:33 +1000 Subject: [PATCH] don't repeat bot image --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 9d3169a..3c087af 100644 --- a/static/style.css +++ b/static/style.css @@ -55,6 +55,7 @@ body { width: 100px; height: 100px; background: center/contain url("/img/bot_generic.png"); + background-repeat: no-repeat; } .panel-icon.large { width: 150px;