From a2e47d7a6af93fcb436fdeb3b68a769b1a97d046 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Tue, 31 Jan 2023 00:37:55 +0800
Subject: [PATCH] Hide arrow from summary

---
 src/app.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/app.css b/src/app.css
index 2d75275b..d9afb90e 100644
--- a/src/app.css
+++ b/src/app.css
@@ -358,6 +358,9 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
   position: relative;
   list-style: none;
 }
+.timeline.contextual > li .replies > summary::-webkit-details-marker {
+  display: none;
+}
 .timeline.contextual > li .replies > summary > * {
   vertical-align: middle;
 }