logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 82b4cf4acb9a2c6fb84bf56a87d918831960308c
parent: 3e7a541e09ac875be21bea3cf8a444e3228d2a4c
Author: unarist <m.unarist@gmail.com>
Date:   Mon, 31 Jul 2017 22:19:30 +0900

Fix button overflow on confirmation modal for mobile (#4465)


Diffstat:

Mapp/javascript/styles/components.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss @@ -3499,7 +3499,7 @@ button.icon-button.active i.fa-retweet { } .confirmation-modal { - max-width: 280px; + max-width: 85vw; @media screen and (min-width: 480px) { max-width: 380px;