From cc7a784cbe8822d306a2937f08b7665ea82ffb54 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 6 May 2020 19:55:45 +0200 Subject: Add/mobile feed configuration (#2938) * Show subscription management button on mobile * Show aside box-shadow on Origine only when opened * Reduce padding of Origine posts on mobile * Shrink stick component with long input * Show Origine configure icons on mobile * Show the slider full width on mobile * Improve the look of forms on mobile * Fix Ansum theme * Fix BlueLagoon theme * Fix Dark theme * Fix Flat theme * Fix Mapco theme * Fix Origine-compact theme * Fix Pafat theme * Fix Screwdriver theme * Fix Swage theme * Fix Alternative-Dark theme * Apply RTL script on themes Co-authored-by: triatic <42704418+triatic@users.noreply.github.com> --- p/themes/Origine-compact/origine-compact.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'p/themes/Origine-compact/origine-compact.css') diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 9ce0b5da0..da0148981 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -1153,11 +1153,24 @@ a.btn, /*===========*/ @media (max-width: 840px) { + .form-group .group-name { + padding-bottom: 0; + text-align: left; + } + + .box .box-title .configure, + .box .box-content .item .configure { + visibility: visible; + } + .aside { - box-shadow: 3px 0 3px #aaa; transition: width 200ms linear; } + .aside:target { + box-shadow: 3px 0 3px #aaa; + } + .aside .toggle_aside, #panel .close { background: #f6f6f6; @@ -1221,4 +1234,9 @@ a.btn, .notification a.close .icon { display: none; } + + .post { + padding-left: 15px; + padding-right: 15px; + } } -- cgit v1.2.3