From 62026131c37fc0463ebe026f6e28f6ef24286d2a Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Mon, 14 Mar 2022 15:27:23 -0400 Subject: public/css/tdro: Ensure comment avatars are not displayed --- public/css/tdro.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'public') diff --git a/public/css/tdro.css b/public/css/tdro.css index 342978a..12f62f8 100644 --- a/public/css/tdro.css +++ b/public/css/tdro.css @@ -2311,10 +2311,6 @@ mark { word-wrap: break-word; } -#isso-thread .avatar > svg[data-hash="4415d0b80795"] { - border: 3px solid #f19670; -} - #isso-thread .isso-comment-header a { text-decoration: none; } @@ -2363,12 +2359,11 @@ mark { } .isso-comment > div.avatar { - display: block; float: left; width: 16px; height: 16px; margin: 2px 12px 0 0; - display: none; + display: none !important; } .isso-comment blockquote { -- cgit v1.2.3