From 8998db333aaec228433d0db0d76fc7507b5f4ef6 Mon Sep 17 00:00:00 2001 From: takatalk Date: Sun, 24 Jan 2021 17:24:02 -0500 Subject: [PATCH] expandable image full screen width for mobile --- static/css/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/styles.css b/static/css/styles.css index f25b966..8ef0496 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -497,6 +497,12 @@ footer a { #links .link .entry details .line:first-child { margin-top: 0; } +@media screen and (max-width: 600px) { + #links .link .entry details[open] .preview { + width: 100vw; + transform: translateX(-150px); + } +} /* COMMENTS */ .comment { font-size: 0.83rem;