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> --- app/layout/aside_feed.phtml | 2 +- app/views/subscription/index.phtml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 52531b252..499844a2b 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -12,7 +12,7 @@ -
+
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index 736a582d2..9e0aaa8c6 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -120,7 +120,9 @@
displaySlider ? ' class="active"' : ''; ?> -> +> + +
> feed)) { -- cgit v1.2.3