Hide arrow from summary

This commit is contained in:
Lim Chee Aun 2023-01-31 00:37:55 +08:00
parent 1c52875ba4
commit a2e47d7a6a

View file

@ -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;
}