From 388dca548c0d58915ed205236db6b49334460453 Mon Sep 17 00:00:00 2001 From: teddit Date: Fri, 29 Jan 2021 16:33:48 +0100 Subject: [PATCH] fix expandable image overflowing with sepia theme --- static/css/sepia.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/sepia.css b/static/css/sepia.css index c8dbac5..e4e4a6a 100644 --- a/static/css/sepia.css +++ b/static/css/sepia.css @@ -223,4 +223,7 @@ body.sepia .comments > form button { body.sepia #sidebar { width: 100%; } + body.sepia #links .link .entry details[open] .preview { + width: calc(100vw - 30px); + } }