logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: f50aed3a63c69ffa2f77aafb06a9d9e008e97cf3
parent: 527cc8358abcae5c83f3e1e73517a549f5a61ee0
Author: Shpuld Shpludson <shp@cock.li>
Date:   Sat, 25 Nov 2017 09:11:34 +0000

Merge branch 'fix/mobile-layout' into 'develop'

Fix big gap between panel switcher and column body on mobile

See merge request pleroma/pleroma-fe!177

Diffstat:

Msrc/App.scss1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -22,6 +22,7 @@ h4 { min-height: 100vh; max-width: 980px; background-color: rgba(0,0,0,0.15); + align-content: flex-start; } .text-center {