From 02275b982fa66439e12e42c14a0b2e1e2eeea374 Mon Sep 17 00:00:00 2001 From: Hunternif Date: Fri, 3 Sep 2021 17:35:44 +0100 Subject: client: more compact margins in post sidebar --- client/css/post-main-view.styl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'client/css') diff --git a/client/css/post-main-view.styl b/client/css/post-main-view.styl index cb1f018..5fa36c5 100644 --- a/client/css/post-main-view.styl +++ b/client/css/post-main-view.styl @@ -35,6 +35,7 @@ text-align: center @media (max-width: 800px) margin-top: 1em + margin-bottom: 0 .tag-icon width: 1em text-align: right @@ -125,7 +126,6 @@ margin-top: 1em .relations, .similar - margin-top: 2em h1 margin-bottom: 0.5em .thumbnail @@ -135,9 +135,11 @@ li margin: 0 0.3em 0.3em 0 display: inline-block + @media (max-width: 800px) + h1 + margin-top: 0.5em .tags, .metrics - margin-top: 2em h1 margin-bottom: 0.5em @media (max-width: 800px) -- cgit v1.3