From da3084f76ed6a69777ddc73511c1d8528ea58b57 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 1 Sep 2019 14:52:39 +1000 Subject: [PATCH] fix bot delete icon --- static/style.css | 5 ++++- templates/bot_delete.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index a6611c0..560055c 100644 --- a/static/style.css +++ b/static/style.css @@ -43,10 +43,13 @@ body { } .panel-icon { - width: 105px; + width: 100px; height: 100px; background: center/contain url("https://cloud.lynnesbian.space/s/JZCPTs3DzMLAspC/preview"); } +.panel-icon.online, .panel-icon.offline { + width: 105px; +} .panel-icon.online { border-left: 5px #5c5 solid; } diff --git a/templates/bot_delete.html b/templates/bot_delete.html index 2627959..01e4f1e 100644 --- a/templates/bot_delete.html +++ b/templates/bot_delete.html @@ -9,7 +9,7 @@

Delete bot

-
+