From 6bc21e3c35cb15800c634b23f0b5c16fc7b4bb98 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 24 Apr 2024 16:21:59 +0200 Subject: [PATCH] style: adjust spacing --- templates/threads.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/threads.html b/templates/threads.html index 63263ea..42887ab 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -22,6 +22,9 @@ color: white; } } + p, img, video { + margin-top: 1em; + } summary:hover { text-decoration: underline; } @@ -39,7 +42,6 @@ .card { border-bottom: 1px solid rgba(34, 34, 34, 0.15); margin-left: -40px; - margin-top: 1em; background-color: #fff; display: grid; grid-template-columns: 55px auto; @@ -48,6 +50,8 @@ .card_content { + padding: 1em 0; + & .invisible { display: none; } @@ -56,10 +60,6 @@ content: '...' } - & *:not(.meta, details, .descendant *) { - margin-bottom: 1em; - } - & img, & video { border-radius: 5px; max-width: 100%;