logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: f6e2309e70f7df49e30fee2820da8a3fd698be7a
parent: 9d2154c4ab9d9d6c73d80962e2d189e20b88acbb
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sun,  4 Jun 2017 21:52:02 +0900

Fix column buttons overflow in Japanese (#3552)


Diffstat:

Mapp/javascript/styles/components.scss5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss @@ -1534,7 +1534,7 @@ cursor: pointer; flex: 0 0 auto; font-size: 16px; - padding: 15px; + padding: 0 15px; z-index: 3; &:hover { @@ -2050,6 +2050,7 @@ button.icon-button.active i.fa-retweet { position: absolute; right: 0; top: 0; + height: 100%; display: flex; } @@ -2059,7 +2060,7 @@ button.icon-button.active i.fa-retweet { color: $ui-primary-color; cursor: pointer; font-size: 16px; - padding: 15px; + padding: 0 15px; &:hover { color: lighten($ui-primary-color, 7%);