From 4f76103e9257da82c420c26e00032f343395397b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 13 Oct 2020 10:09:34 +0100 Subject: [PATCH] More configurable right column header image for mobile --- epicyon-profile.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index d691a90c3..0230bec65 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -81,6 +81,7 @@ --column-left-icon-size: 20%; --column-left-icon-size-mobile: 10%; --column-left-image-width-mobile: 40vw; + --column-right-image-width-mobile: 100vw; --column-right-icon-size: 20%; --newswire-date-color: white; --newswire-voted-background-color: black; @@ -1572,7 +1573,8 @@ aside .toggle-inside li { } .rightColImg { background: var(--main-bg-color); - width: 100vw; + width: var(--column-right-image-width-mobile); + float: right; margin: 0 0; padding: 0 0; }