From: voidSatisfaction Date: Wed, 6 Sep 2017 15:32:15 +0000 (+0900) Subject: Add Smartphone screen favourite back button and adjust styles (#4813) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=13ffa3c59e1a2727b287b2e6cde47f39c14ae815;p=mastodon.git Add Smartphone screen favourite back button and adjust styles (#4813) * Feat add get-back button on favourite columnHeader * Style adjust nice looking get-back button * Fix delete media query and add padding right * fix: restore padding and add lastchild style for back-button --- diff --git a/app/javascript/mastodon/features/favourited_statuses/index.js b/app/javascript/mastodon/features/favourited_statuses/index.js index 82b16b369..1e1f5873c 100644 --- a/app/javascript/mastodon/features/favourited_statuses/index.js +++ b/app/javascript/mastodon/features/favourited_statuses/index.js @@ -77,6 +77,7 @@ export default class Favourites extends ImmutablePureComponent { onClick={this.handleHeaderClick} pinned={pinned} multiColumn={multiColumn} + showBackButton />