logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 33f56811e38bc330de9dcfa6794c29a176a30311
parent: 7e5c433dfce68dea0af09784753f2f4f3003f2a3
Author: abcang <abcang1015@gmail.com>
Date:   Fri,  2 Feb 2018 21:31:28 +0900

Fix column header button (#6411)


Diffstat:

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

diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss @@ -2422,6 +2422,7 @@ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; + flex: 1; } &.active { @@ -2442,7 +2443,6 @@ .column-header__buttons { height: 48px; display: flex; - margin-left: auto; } .column-header__links .text-btn {