From 8bed77d516cdedafee06cd405e3b0b14147be3aa Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Nov 2020 13:51:19 +0000 Subject: [PATCH] Icon block background --- epicyon-profile.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index e649b1df1..b046bfdd4 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -155,6 +155,8 @@ body, html { } .leftColIcons img { + width: 100%; + background-color: var(--main-bg-color); float: right; display: block; }