From cad6c6e1cc6a5751a40b38a17735b2448d1f44fe Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 18 May 2024 07:28:05 +0200 Subject: [PATCH] chore: remove unneeded css selector --- templates/threads.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/threads.html b/templates/threads.html index 295b772..13c0bdb 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -40,8 +40,7 @@ } main.home { - & .back, - & .top { + & .back { display: none } }