logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: a3715598cc888db462205d74a8b83e57e885dec8
parent: 1be48dd805fff44b953577cf7aa819d92a7c878e
Author: Clworld <clworld@ggtea.org>
Date:   Fri,  9 Jun 2017 23:22:28 +0900

adjust the size of 'column-header__back-button' (retry) (#3662)


Diffstat:

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

diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss @@ -1527,7 +1527,7 @@ cursor: pointer; flex: 0 0 auto; font-size: 16px; - padding: 0 5px 0 0; + padding: 15px; z-index: 3; &:hover { @@ -1543,7 +1543,7 @@ cursor: pointer; flex: 0 0 auto; font-size: 16px; - padding: 0 15px; + padding: 0 5px 0 0; z-index: 3; &:hover {