From ae90d4fd79eb113d37528163e2851f254a176ac9 Mon Sep 17 00:00:00 2001 From: teddit Date: Fri, 29 Jan 2021 18:32:08 +0100 Subject: [PATCH] fine-tune expandables for sepia theme --- static/css/sepia.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/sepia.css b/static/css/sepia.css index e4e4a6a..928bf4b 100644 --- a/static/css/sepia.css +++ b/static/css/sepia.css @@ -224,6 +224,10 @@ body.sepia .comments > form button { width: 100%; } body.sepia #links .link .entry details[open] .preview { - width: calc(100vw - 30px); + width: calc(100vw - 34px); + margin-left: 3px; + } + body.sepia #links .link .entry .selftext { + width: calc(100vw - 70px); } }