aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-03-14 15:27:23 -0400
committerThedro Neely <thedroneely@gmail.com>2022-03-14 15:27:23 -0400
commit62026131c37fc0463ebe026f6e28f6ef24286d2a (patch)
tree1bb5b314d7fd84c34c7bc3c37cc233d2175af3c6 /public
parente443f77146eec8bc090e399d5fafe6935ae5f617 (diff)
downloadthedroneely.com-62026131c37fc0463ebe026f6e28f6ef24286d2a.tar.gz
thedroneely.com-62026131c37fc0463ebe026f6e28f6ef24286d2a.tar.bz2
thedroneely.com-62026131c37fc0463ebe026f6e28f6ef24286d2a.zip
public/css/tdro: Ensure comment avatars are not displayed
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css7
1 files changed, 1 insertions, 6 deletions
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 {