logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 6b8e95ea00267ca8b31edecd197eba6c699a1fb6
parent: e813810e03661d5c23648fd95a9ce2446d13b516
Author: tom <tomfhowe@gmail.com>
Date:   Mon, 17 Apr 2017 06:27:19 -0400

Make contents of boost confirmation dialog scroll (#1710)

This is necessary for boosting long posts on small screens - see this post for video: https://slime.global/@masklayer/102308

Diffstat:

Mapp/assets/stylesheets/components.scss1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss @@ -2281,6 +2281,7 @@ button.icon-button.active i.fa-retweet { } .boost-modal__container { + overflow-x: scroll; padding: 10px; .status {