logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 5b6c1aa97c0d13101ebddb4c34b79a2e428ec30b
parent: 54e34c68fc7797f04641b2f5fdcdb35b82bea220
Author: HJ <spam@hjkos.com>
Date:   Fri, 14 Dec 2018 11:40:23 +0000

Merge branch 'fix-chrome' into 'develop'

fix chrome

See merge request pleroma/pleroma-fe!420

Diffstat:

Msrc/App.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.scss b/src/App.scss @@ -242,7 +242,7 @@ i[class*=icon-] { } &.right { - justify-content: right; + justify-content: flex-end; padding-right: 20px; } }