From 27308dde8faa6c5be6cf6947f856a7762362387e Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 26 Apr 2024 20:23:20 +0200 Subject: [PATCH] style: remove indentation of descendants --- templates/threads.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/threads.html b/templates/threads.html index cbfc021..c6b2cd0 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -38,6 +38,10 @@ list-style: none; } + .card.descendant { + /* TODO: damn, fix the markup maybe */ + margin-left: calc(-80px - 1em - 5px); + } .card { margin-left: -40px; background-color: #fff;